#014985

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

Shades of Dark Cerulean #014985

Tints of Dark Cerulean #014985

Color information

#014985 (or 0x014985) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 85. RGB value is (1,73,133). Sum of RGB (Red+Green+Blue) = 1+73+133=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #014985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014985 is #FEB67A. Grayscale: #3A3A3A. Windows color (decimal): -16692859 or 8734977. OLE color: 8734977.

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

Color convert

RGB173133-
CMYK0.990.4500.48
HSL207.27º98.51%26.27%-
HSV(B)207.27º99.25%52.16%-
XYZ6.636.4623.09-
YUV58.31170.1587.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=0.48%
G=35.27%
B=64.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1731330.990.4500.48207.2798.5126.27
Hex14985632D030cf631a
Octal11112051435506031714332
Binary11001001100001011100011101101011000011001111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014985; }

 p { color: rgb(1,73,133); }

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

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

 a { background-color: rgb(1,73,133); }

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

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

 span { border-color: rgb(1,73,133); }

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