Html Css Color HEX #06408B Dark Cerulean

📋 copy color: '#06408B'

red 6 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #06408B

Tints of Dark Cerulean #06408B

RGB

 RED value IS 6 (2.73% from 255) = 2.87%

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 2.87%
G = 30.62%
B = 66.51%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06408B (or 0x06408B) is known color: Dark Cerulean. HEX triplet: 06, 40 and 8B. RGB value is (6,64,139). Sum of RGB (Red+Green+Blue) = 6+64+139=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #06408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06408B is #F9BF74. Grayscale: #363636. Windows color (decimal): -16367477 or 9125894. OLE color: 9125894.

HSL color Cylindrical-coordinate representation of color #06408B: hue angle of 213.83º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06408B is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 64 139 -
CMYK 0.96 0.54 0 0.45
HSL 213.83º 0.92% 0.28% -
HSV(B) 213.83º 0.96% 0.55% -
XYZ 6.57 5.57 25.15 -
YUV 55.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 6 64 139 0.96 0.54 0 0.45 213.83 0.92 0.28
Hex 6 40 8B 60 36 0 2D D6 5C 1C
Octal 6 100 213 140 66 0 55 326 134 34
Binary 110 1000000 10001011 1100000 110110 0 101101 11010110 1011100 11100

Color Harmonies of #06408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06408B

Black with #06408B

Text Example


Text Example

White with #06408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,64,139); }

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

background-color css

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

 a { background-color: rgb(6,64,139); }

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

border-color css

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

 span { border-color: rgb(6,64,139); }

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