#014992

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

Shades of Dark Cerulean #014992

Tints of Dark Cerulean #014992

Color information

#014992 (or 0x014992) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 92. RGB value is (1,73,146). Sum of RGB (Red+Green+Blue) = 1+73+146=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #014992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014992 is #FEB66D. Grayscale: #3B3B3B. Windows color (decimal): -16692846 or 9586945. OLE color: 9586945.

HSL color Cylindrical-coordinate representation of color #014992: hue angle of 210.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014992 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB173146-
CMYK0.990.500.43
HSL210.21º98.64%28.82%-
HSV(B)210.21º99.32%57.25%-
XYZ7.586.8528.12-
YUV59.79176.6586.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=0.45%
G=33.18%
B=66.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1731460.990.500.43210.2198.6428.82
Hex14992633202Bd2631d
Octal11112221436205332214335
Binary11001001100100101100011110010010101111010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014992; }

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

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

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

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

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

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

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

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