Html Css Color HEX #06418E Dark Cerulean

📋 copy color: '#06418E'

red 6 ◦ green 65 ◦ blue 142

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

Shades of Dark Cerulean #06418E

Tints of Dark Cerulean #06418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 142 (55.86% from 255) = 66.67%

R = 2.82%
G = 30.52%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06418E (or 0x06418E) is known color: Dark Cerulean. HEX triplet: 06, 41 and 8E. RGB value is (6,65,142). Sum of RGB (Red+Green+Blue) = 6+65+142=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #06418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06418E is #F9BE71. Grayscale: #373737. Windows color (decimal): -16367218 or 9322758. OLE color: 9322758.

HSL color Cylindrical-coordinate representation of color #06418E: hue angle of 213.97º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06418E is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 65 142 -
CMYK 0.96 0.54 0 0.44
HSL 213.97º 0.92% 0.29% -
HSV(B) 213.97º 0.96% 0.56% -
XYZ 6.85 5.77 26.34 -
YUV 56.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 6 65 142 0.96 0.54 0 0.44 213.97 0.92 0.29
Hex 6 41 8E 60 36 0 2C D6 5C 1D
Octal 6 101 216 140 66 0 54 326 134 35
Binary 110 1000001 10001110 1100000 110110 0 101100 11010110 1011100 11101

Color Harmonies of #06418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06418E

Black with #06418E

Text Example


Text Example

White with #06418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06418E; }

 p { color: rgb(6,65,142); }

 H1.HeaderClassName
 {
   color: #06418E;
 }
 .AnyTagClassName
 {
   color: #06418E;
 }
</style>

background-color css

<style>
 a { background-color: #06418E; }

 a { background-color: rgb(6,65,142); }

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

border-color css

<style>
 span { border-color: #06418E; }

 span { border-color: rgb(6,65,142); }

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