#06487B

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

Shades of Dark Cerulean #06487B

Tints of Dark Cerulean #06487B

Color information

#06487B (or 0x06487B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 7B. RGB value is (6,72,123). Sum of RGB (Red+Green+Blue) = 6+72+123=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #06487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06487B is #F9B784. Grayscale: #393939. Windows color (decimal): -16365445 or 8079366. OLE color: 8079366.

HSL color Cylindrical-coordinate representation of color #06487B: hue angle of 206.15º 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 #06487B is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB672123-
CMYK0.950.4100.52
HSL206.15º90.7%25.29%-
HSV(B)206.15º95.12%48.24%-
XYZ5.976.119.6-
YUV58.08164.6390.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=2.99%
G=35.82%
B=61.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6721230.950.4100.52206.1590.725.29
Hex6487B5F29034ce5b19
Octal61101731375106431613331
Binary110100100011110111011111101001011010011001110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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