#08169C

Color #08169C Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #08169C

Tints of Ultramarine #08169C

Color information

#08169C (or 0x08169C) is unknown color: approx Ultramarine. HEX triplet: 08, 16 and 9C. RGB value is (8,22,156). Sum of RGB (Red+Green+Blue) = 8+22+156=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #08169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08169C is #F7E963. Grayscale: #202020. Windows color (decimal): -16247140 or 10229256. OLE color: 10229256.

HSL color Cylindrical-coordinate representation of color #08169C: hue angle of 234.32º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08169C is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB822156-
CMYK0.950.8600.39
HSL234.32º90.24%32.16%-
HSV(B)234.32º94.87%61.18%-
XYZ6.393.0331.7-
YUV33.09197.36110.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 156 (61.33% from 255) = 83.87%
R=4.30%
G=11.83%
B=83.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8221560.950.8600.39234.3290.2432.16
Hex8169C5F56027ea5a20
Octal102623413712604735213240
Binary10001011010011100101111110101100100111111010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08169C; }

 p { color: rgb(8,22,156); }

 H1.HeaderClassName
 {
   color: #08169C;
 }
 .AnyTagClassName
 {
   color: #08169C;
 }
</style>
background-color css

<style>
 a { background-color: #08169C; }

 a { background-color: rgb(8,22,156); }

 div.DivClassName
 {
   background-color: #08169C;
 }
 .BgClassName
 {
   background-color: #08169C;
 }
</style>
border-color css

<style>
 span { border-color: #08169C; }

 span { border-color: rgb(8,22,156); }

 td.TdClassName
 {
   border-color: #08169C;
 }
 .TagClassName
 {
   border-color: #08169C;
 }
</style>