Html Css Color HEX #06418A Dark Cerulean

📋 copy color: '#06418A'

red 6 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #06418A

Tints of Dark Cerulean #06418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.03%

R = 2.87%
G = 31.1%
B = 66.03%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06418A (or 0x06418A) is known color: Dark Cerulean. HEX triplet: 06, 41 and 8A. RGB value is (6,65,138). Sum of RGB (Red+Green+Blue) = 6+65+138=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #06418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06418A is #F9BE75. Grayscale: #373737. Windows color (decimal): -16367222 or 9060614. OLE color: 9060614.

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

Color convert

RGB 6 65 138 -
CMYK 0.96 0.53 0 0.46
HSL 213.18º 0.92% 0.28% -
HSV(B) 213.18º 0.96% 0.54% -
XYZ 6.55 5.65 24.79 -
YUV 55.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 6 65 138 0.96 0.53 0 0.46 213.18 0.92 0.28
Hex 6 41 8A 60 35 0 2E D5 5C 1C
Octal 6 101 212 140 65 0 56 325 134 34
Binary 110 1000001 10001010 1100000 110101 0 101110 11010101 1011100 11100

Color Harmonies of #06418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06418A

Black with #06418A

Text Example


Text Example

White with #06418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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