#005087

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

Shades of Dark Cerulean #005087

Tints of Dark Cerulean #005087

Color information

#005087 (or 0x005087) is unknown color: approx Dark Cerulean. HEX triplet: 00, 50 and 87. RGB value is (0,80,135). Sum of RGB (Red+Green+Blue) = 0+80+135=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #005087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005087 is #FFAF78. Grayscale: #3E3E3E. Windows color (decimal): -16756601 or 8867840. OLE color: 8867840.

HSL color Cylindrical-coordinate representation of color #005087: hue angle of 204.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005087 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB080135-
CMYK10.4100.47
HSL204.44º100%26.47%-
HSV(B)204.44º100%52.94%-
XYZ7.247.4923.99-
YUV62.3516983.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=0%
G=37.21%
B=62.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal08013510.4100.47204.4410026.47
Hex05087642902Fcc641a
Octal01202071445105731414432
Binary01010000100001111100100101001010111111001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005087; }

 p { color: rgb(0,80,135); }

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

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

 a { background-color: rgb(0,80,135); }

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

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

 span { border-color: rgb(0,80,135); }

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