Html Css Color HEX #08467F Dark Cerulean

📋 copy color: '#08467F'

red 8 ◦ green 70 ◦ blue 127

#08467F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #08467F

Tints of Dark Cerulean #08467F

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 127 (50% from 255) = 61.95%

R = 3.9%
G = 34.15%
B = 61.95%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08467F (or 0x08467F) is known color: Dark Cerulean. HEX triplet: 08, 46 and 7F. RGB value is (8,70,127). Sum of RGB (Red+Green+Blue) = 8+70+127=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #08467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08467F is #F7B980. Grayscale: #393939. Windows color (decimal): -16234881 or 8341000. OLE color: 8341000.

HSL color Cylindrical-coordinate representation of color #08467F: hue angle of 208.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08467F is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 70 127 -
CMYK 0.94 0.45 0 0.50
HSL 208.74º 0.88% 0.26% -
HSV(B) 208.74º 0.94% 0.5% -
XYZ 6.12 5.96 20.91 -
YUV 57.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 8 70 127 0.94 0.45 0 0.50 208.74 0.88 0.26
Hex 8 46 7F 5E 2D 0 32 D1 58 1A
Octal 10 106 177 136 55 0 62 321 130 32
Binary 1000 1000110 1111111 1011110 101101 0 110010 11010001 1011000 11010

Color Harmonies of #08467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08467F

Black with #08467F

Text Example


Text Example

White with #08467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08467F;
 }
 .AnyTagClassName
 {
   color: #08467F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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