#06518E

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

Shades of Dark Cerulean #06518E

Tints of Dark Cerulean #06518E

Color information

#06518E (or 0x06518E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 8E. RGB value is (6,81,142). Sum of RGB (Red+Green+Blue) = 6+81+142=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #06518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06518E is #F9AE71. Grayscale: #414141. Windows color (decimal): -16363122 or 9326854. OLE color: 9326854.

HSL color Cylindrical-coordinate representation of color #06518E: hue angle of 206.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06518E is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB681142-
CMYK0.960.4300.44
HSL206.91º91.89%29.02%-
HSV(B)206.91º95.77%55.69%-
XYZ7.97.8826.7-
YUV65.53171.1585.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=2.62%
G=35.37%
B=62.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6811420.960.4300.44206.9191.8929.02
Hex6518E602B02Ccf5c1d
Octal61212161405305431713435
Binary1101010001100011101100000101011010110011001111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06518E; }

 p { color: rgb(6,81,142); }

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

<style>
 a { background-color: #06518E; }

 a { background-color: rgb(6,81,142); }

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

<style>
 span { border-color: #06518E; }

 span { border-color: rgb(6,81,142); }

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