#06547B

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

Shades of Dark Cerulean #06547B

Tints of Dark Cerulean #06547B

Color information

#06547B (or 0x06547B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 54 and 7B. RGB value is (6,84,123). Sum of RGB (Red+Green+Blue) = 6+84+123=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #06547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06547B is #F9AB84. Grayscale: #404040. Windows color (decimal): -16362373 or 8082438. OLE color: 8082438.

HSL color Cylindrical-coordinate representation of color #06547B: hue angle of 200º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06547B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB684123-
CMYK0.950.3200.52
HSL200º90.7%25.29%-
HSV(B)200º95.12%48.24%-
XYZ6.827.8119.89-
YUV65.12160.6685.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=2.82%
G=39.44%
B=57.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6841230.950.3200.5220090.725.29
Hex6547B5F20034c85b19
Octal61241731374006431013331
Binary110101010011110111011111100000011010011001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06547B; }

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

 H1.HeaderClassName
 {
   color: #06547B;
 }
 .AnyTagClassName
 {
   color: #06547B;
 }
</style>
background-color css

<style>
 a { background-color: #06547B; }

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

 div.DivClassName
 {
   background-color: #06547B;
 }
 .BgClassName
 {
   background-color: #06547B;
 }
</style>
border-color css

<style>
 span { border-color: #06547B; }

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

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