#06548D

Color #06548D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #06548D

Tints of Dark Cerulean #06548D

Color information

#06548D (or 0x06548D) is unknown color: approx 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

RGB684141-
CMYK0.960.4000.45
HSL205.33º91.84%28.82%-
HSV(B)205.33º95.74%55.29%-
XYZ8.058.326.38-
YUV67.18169.6684.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=2.60%
G=36.36%
B=61.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6841410.960.4000.45205.3391.8428.82
Hex6548D602802Dcd5c1d
Octal61242151405005531513435
Binary1101010100100011011100000101000010110111001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>