Html Css Color HEX #06548C Dark Cerulean

📋 copy color: '#06548C'

red 6 ◦ green 84 ◦ blue 140

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

Shades of Dark Cerulean #06548C

Tints of Dark Cerulean #06548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 2.61%
G = 36.52%
B = 60.87%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06548C (or 0x06548C) is known color: Dark Cerulean. HEX triplet: 06, 54 and 8C. RGB value is (6,84,140). Sum of RGB (Red+Green+Blue) = 6+84+140=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #06548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06548C is #F9AB73. Grayscale: #424242. Windows color (decimal): -16362356 or 9196550. OLE color: 9196550.

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

Color convert

RGB 6 84 140 -
CMYK 0.96 0.4 0 0.45
HSL 205.07º 0.92% 0.29% -
HSV(B) 205.07º 0.96% 0.55% -
XYZ 7.98 8.27 25.99 -
YUV 67.06 169.16 84.45 -
System Red Green Blue C M Y K H S L
Decimal 6 84 140 0.96 0.4 0 0.45 205.07 0.92 0.29
Hex 6 54 8C 60 28 0 2D CD 5C 1D
Octal 6 124 214 140 50 0 55 315 134 35
Binary 110 1010100 10001100 1100000 101000 0 101101 11001101 1011100 11101

Color Harmonies of #06548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06548C

Black with #06548C

Text Example


Text Example

White with #06548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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