Html Css Color HEX #06418D Dark Cerulean

📋 copy color: '#06418D'

red 6 ◦ green 65 ◦ blue 141

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

Shades of Dark Cerulean #06418D

Tints of Dark Cerulean #06418D

RGB

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

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

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

R = 2.83%
G = 30.66%
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

#06418D (or 0x06418D) is known color: Dark Cerulean. HEX triplet: 06, 41 and 8D. RGB value is (6,65,141). Sum of RGB (Red+Green+Blue) = 6+65+141=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #06418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06418D is #F9BE72. Grayscale: #373737. Windows color (decimal): -16367219 or 9257222. OLE color: 9257222.

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

Color convert

RGB 6 65 141 -
CMYK 0.96 0.54 0 0.45
HSL 213.78º 0.92% 0.29% -
HSV(B) 213.78º 0.96% 0.55% -
XYZ 6.77 5.74 25.95 -
YUV 56.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 6 65 141 0.96 0.54 0 0.45 213.78 0.92 0.29
Hex 6 41 8D 60 36 0 2D D6 5C 1D
Octal 6 101 215 140 66 0 55 326 134 35
Binary 110 1000001 10001101 1100000 110110 0 101101 11010110 1011100 11101

Color Harmonies of #06418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06418D

Black with #06418D

Text Example


Text Example

White with #06418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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