Html Css Color HEX #08466B Dark Cerulean

📋 copy color: '#08466B'

red 8 ◦ green 70 ◦ blue 107

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

Shades of Dark Cerulean #08466B

Tints of Dark Cerulean #08466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 4.32%
G = 37.84%
B = 57.84%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08466B (or 0x08466B) is known color: Dark Cerulean. HEX triplet: 08, 46 and 6B. RGB value is (8,70,107). Sum of RGB (Red+Green+Blue) = 8+70+107=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #08466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08466B is #F7B994. Grayscale: #373737. Windows color (decimal): -16234901 or 7030280. OLE color: 7030280.

HSL color Cylindrical-coordinate representation of color #08466B: hue angle of 202.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08466B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 70 107 -
CMYK 0.93 0.35 0 0.58
HSL 202.42º 0.86% 0.23% -
HSV(B) 202.42º 0.93% 0.42% -
XYZ 4.94 5.49 14.71 -
YUV 55.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 8 70 107 0.93 0.35 0 0.58 202.42 0.86 0.23
Hex 8 46 6B 5D 23 0 3A CA 56 17
Octal 10 106 153 135 43 0 72 312 126 27
Binary 1000 1000110 1101011 1011101 100011 0 111010 11001010 1010110 10111

Color Harmonies of #08466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08466B

Black with #08466B

Text Example


Text Example

White with #08466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08466B;
 }
 .AnyTagClassName
 {
   color: #08466B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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