#08467B

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

Shades of Dark Cerulean #08467B

Tints of Dark Cerulean #08467B

Color information

#08467B (or 0x08467B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 7B. RGB value is (8,70,123). Sum of RGB (Red+Green+Blue) = 8+70+123=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #08467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08467B is #F7B984. Grayscale: #393939. Windows color (decimal): -16234885 or 8078856. OLE color: 8078856.

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

Color convert

RGB870123-
CMYK0.930.4300.52
HSL207.65º87.79%25.69%-
HSV(B)207.65º93.5%48.24%-
XYZ5.875.8619.56-
YUV57.5164.9692.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=3.98%
G=34.83%
B=61.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8701230.930.4300.52207.6587.7925.69
Hex8467B5D2B034d0581a
Octal101061731355306432013032
Binary1000100011011110111011101101011011010011010000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08467B; }

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

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

<style>
 a { background-color: #08467B; }

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

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

<style>
 span { border-color: #08467B; }

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

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