#08417A

Color #08417A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #08417A

Tints of Dark Cerulean #08417A

Color information

#08417A (or 0x08417A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 7A. RGB value is (8,65,122). Sum of RGB (Red+Green+Blue) = 8+65+122=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #08417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08417A is #F7BE85. Grayscale: #363636. Windows color (decimal): -16236166 or 8012040. OLE color: 8012040.

HSL color Cylindrical-coordinate representation of color #08417A: hue angle of 210º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08417A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB865122-
CMYK0.930.4700.52
HSL210º87.69%25.49%-
HSV(B)210º93.44%47.84%-
XYZ5.55.2419.13-
YUV54.46166.1294.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=4.10%
G=33.33%
B=62.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8651220.930.4700.5221087.6925.49
Hex8417A5D2F034d25819
Octal101011721355706432213031
Binary1000100000111110101011101101111011010011010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08417A; }

 p { color: rgb(8,65,122); }

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

<style>
 a { background-color: #08417A; }

 a { background-color: rgb(8,65,122); }

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

<style>
 span { border-color: #08417A; }

 span { border-color: rgb(8,65,122); }

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