#08468E

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

Shades of Dark Cerulean #08468E

Tints of Dark Cerulean #08468E

Color information

#08468E (or 0x08468E) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 8E. RGB value is (8,70,142). Sum of RGB (Red+Green+Blue) = 8+70+142=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #08468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08468E is #F7B971. Grayscale: #3B3B3B. Windows color (decimal): -16234866 or 9324040. OLE color: 9324040.

HSL color Cylindrical-coordinate representation of color #08468E: hue angle of 212.24º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08468E is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB870142-
CMYK0.940.5100.44
HSL212.24º89.33%29.41%-
HSV(B)212.24º94.37%55.69%-
XYZ7.176.3826.45-
YUV59.67174.4691.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=3.64%
G=31.82%
B=64.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8701420.940.5100.44212.2489.3329.41
Hex8468E5E3302Cd4591d
Octal101062161366305432413135
Binary10001000110100011101011110110011010110011010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08468E; }

 p { color: rgb(8,70,142); }

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

<style>
 a { background-color: #08468E; }

 a { background-color: rgb(8,70,142); }

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

<style>
 span { border-color: #08468E; }

 span { border-color: rgb(8,70,142); }

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