Html Css Color HEX #06408D Dark Cerulean

📋 copy color: '#06408D'

red 6 ◦ green 64 ◦ blue 141

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

Shades of Dark Cerulean #06408D

Tints of Dark Cerulean #06408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 2.84%
G = 30.33%
B = 66.82%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06408D (or 0x06408D) is known color: Dark Cerulean. HEX triplet: 06, 40 and 8D. RGB value is (6,64,141). Sum of RGB (Red+Green+Blue) = 6+64+141=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #06408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06408D is #F9BF72. Grayscale: #373737. Windows color (decimal): -16367475 or 9256966. OLE color: 9256966.

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

Color convert

RGB 6 64 141 -
CMYK 0.96 0.55 0 0.45
HSL 214.22º 0.92% 0.29% -
HSV(B) 214.22º 0.96% 0.55% -
XYZ 6.72 5.63 25.93 -
YUV 55.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 6 64 141 0.96 0.55 0 0.45 214.22 0.92 0.29
Hex 6 40 8D 60 37 0 2D D6 5C 1D
Octal 6 100 215 140 67 0 55 326 134 35
Binary 110 1000000 10001101 1100000 110111 0 101101 11010110 1011100 11101

Color Harmonies of #06408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06408D

Black with #06408D

Text Example


Text Example

White with #06408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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