#014A92

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

Shades of Dark Cerulean #014A92

Tints of Dark Cerulean #014A92

Color information

#014A92 (or 0x014A92) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 92. RGB value is (1,74,146). Sum of RGB (Red+Green+Blue) = 1+74+146=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #014A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A92 is #FEB56D. Grayscale: #3C3C3C. Windows color (decimal): -16692590 or 9587201. OLE color: 9587201.

HSL color Cylindrical-coordinate representation of color #014A92: hue angle of 209.79º 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 #014A92 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB174146-
CMYK0.990.4900.43
HSL209.79º98.64%28.82%-
HSV(B)209.79º99.32%57.25%-
XYZ7.656.9828.14-
YUV60.38176.3285.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=0.45%
G=33.48%
B=66.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1741460.990.4900.43209.7998.6428.82
Hex14A92633102Bd2631d
Octal11122221436105332214335
Binary11001010100100101100011110001010101111010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014A92; }

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

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

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

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

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

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

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

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