Html Css Color HEX #06548D Dark Cerulean

📋 copy color: '#06548D'

red 6 ◦ green 84 ◦ blue 141

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

Shades of Dark Cerulean #06548D

Tints of Dark Cerulean #06548D

RGB

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

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

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

R = 2.6%
G = 36.36%
B = 61.04%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06548D (or 0x06548D) is known color: Dark Cerulean. HEX triplet: 06, 54 and 8D. RGB value is (6,84,141). Sum of RGB (Red+Green+Blue) = 6+84+141=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #06548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06548D is #F9AB72. Grayscale: #424242. Windows color (decimal): -16362355 or 9262086. OLE color: 9262086.

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

Color convert

RGB 6 84 141 -
CMYK 0.96 0.40 0 0.45
HSL 205.33º 0.92% 0.29% -
HSV(B) 205.33º 0.96% 0.55% -
XYZ 8.05 8.3 26.38 -
YUV 67.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 6 84 141 0.96 0.40 0 0.45 205.33 0.92 0.29
Hex 6 54 8D 60 28 0 2D CD 5C 1D
Octal 6 124 215 140 50 0 55 315 134 35
Binary 110 1010100 10001101 1100000 101000 0 101101 11001101 1011100 11101

Color Harmonies of #06548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06548D

Black with #06548D

Text Example


Text Example

White with #06548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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