Html Css Color HEX #06538E Dark Cerulean

📋 copy color: '#06538E'

red 6 ◦ green 83 ◦ blue 142

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

Shades of Dark Cerulean #06538E

Tints of Dark Cerulean #06538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 2.6%
G = 35.93%
B = 61.47%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06538E (or 0x06538E) is known color: Dark Cerulean. HEX triplet: 06, 53 and 8E. RGB value is (6,83,142). Sum of RGB (Red+Green+Blue) = 6+83+142=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #06538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06538E is #F9AC71. Grayscale: #424242. Windows color (decimal): -16362610 or 9327366. OLE color: 9327366.

HSL color Cylindrical-coordinate representation of color #06538E: hue angle of 206.03º 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 #06538E is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 83 142 -
CMYK 0.96 0.42 0 0.44
HSL 206.03º 0.92% 0.29% -
HSV(B) 206.03º 0.96% 0.56% -
XYZ 8.05 8.18 26.75 -
YUV 66.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 6 83 142 0.96 0.42 0 0.44 206.03 0.92 0.29
Hex 6 53 8E 60 2A 0 2C CE 5C 1D
Octal 6 123 216 140 52 0 54 316 134 35
Binary 110 1010011 10001110 1100000 101010 0 101100 11001110 1011100 11101

Color Harmonies of #06538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06538E

Black with #06538E

Text Example


Text Example

White with #06538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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