#005085

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

Shades of Dark Cerulean #005085

Tints of Dark Cerulean #005085

Color information

#005085 (or 0x005085) is unknown color: approx Dark Cerulean. HEX triplet: 00, 50 and 85. RGB value is (0,80,133). Sum of RGB (Red+Green+Blue) = 0+80+133=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #005085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005085 is #FFAF7A. Grayscale: #3D3D3D. Windows color (decimal): -16756603 or 8736768. OLE color: 8736768.

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

Color convert

RGB080133-
CMYK10.4000.48
HSL203.91º100%26.08%-
HSV(B)203.91º100%52.16%-
XYZ7.17.4323.25-
YUV62.1216883.69-

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.56%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=0%
G=37.56%
B=62.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal08013310.4000.48203.9110026.08
Hex050856428030cc641a
Octal01202051445006031414432
Binary01010000100001011100100101000011000011001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005085; }

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

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

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

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

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

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

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

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