#014986

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

Shades of Dark Cerulean #014986

Tints of Dark Cerulean #014986

Color information

#014986 (or 0x014986) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 86. RGB value is (1,73,134). Sum of RGB (Red+Green+Blue) = 1+73+134=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #014986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014986 is #FEB679. Grayscale: #3A3A3A. Windows color (decimal): -16692858 or 8800513. OLE color: 8800513.

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

Color convert

RGB173134-
CMYK0.990.4600.47
HSL207.52º98.52%26.47%-
HSV(B)207.52º99.25%52.55%-
XYZ6.76.4923.45-
YUV58.43170.6587.04-

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.10%
BLUE value IS 134 (52.73% from 255) = 64.42%
R=0.48%
G=35.10%
B=64.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1731340.990.4600.47207.5298.5226.47
Hex14986632E02Fd0631a
Octal11112061435605732014332
Binary11001001100001101100011101110010111111010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014986; }

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

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

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

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

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

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

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

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