Html Css Color HEX #06548E Dark Cerulean

📋 copy color: '#06548E'

red 6 ◦ green 84 ◦ blue 142

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

Shades of Dark Cerulean #06548E

Tints of Dark Cerulean #06548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 2.59%
G = 36.21%
B = 61.21%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06548E (or 0x06548E) is known color: Dark Cerulean. HEX triplet: 06, 54 and 8E. RGB value is (6,84,142). Sum of RGB (Red+Green+Blue) = 6+84+142=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #06548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06548E is #F9AB71. Grayscale: #424242. Windows color (decimal): -16362354 or 9327622. OLE color: 9327622.

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

Color convert

RGB 6 84 142 -
CMYK 0.96 0.41 0 0.44
HSL 205.59º 0.92% 0.29% -
HSV(B) 205.59º 0.96% 0.56% -
XYZ 8.13 8.33 26.77 -
YUV 67.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 6 84 142 0.96 0.41 0 0.44 205.59 0.92 0.29
Hex 6 54 8E 60 29 0 2C CE 5C 1D
Octal 6 124 216 140 51 0 54 316 134 35
Binary 110 1010100 10001110 1100000 101001 0 101100 11001110 1011100 11101

Color Harmonies of #06548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06548E

Black with #06548E

Text Example


Text Example

White with #06548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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