Html Css Color HEX #06418B Dark Cerulean

📋 copy color: '#06418B'

red 6 ◦ green 65 ◦ blue 139

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

Shades of Dark Cerulean #06418B

Tints of Dark Cerulean #06418B

RGB

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

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

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

R = 2.86%
G = 30.95%
B = 66.19%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06418B (or 0x06418B) is known color: Dark Cerulean. HEX triplet: 06, 41 and 8B. RGB value is (6,65,139). Sum of RGB (Red+Green+Blue) = 6+65+139=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #06418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06418B is #F9BE74. Grayscale: #373737. Windows color (decimal): -16367221 or 9126150. OLE color: 9126150.

HSL color Cylindrical-coordinate representation of color #06418B: hue angle of 213.38º 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 #06418B is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 65 139 -
CMYK 0.96 0.53 0 0.45
HSL 213.38º 0.92% 0.28% -
HSV(B) 213.38º 0.96% 0.55% -
XYZ 6.63 5.68 25.17 -
YUV 55.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 6 65 139 0.96 0.53 0 0.45 213.38 0.92 0.28
Hex 6 41 8B 60 35 0 2D D5 5C 1C
Octal 6 101 213 140 65 0 55 325 134 34
Binary 110 1000001 10001011 1100000 110101 0 101101 11010101 1011100 11100

Color Harmonies of #06418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06418B

Black with #06418B

Text Example


Text Example

White with #06418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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