#014A73

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

Shades of Dark Cerulean #014A73

Tints of Dark Cerulean #014A73

Color information

#014A73 (or 0x014A73) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 73. RGB value is (1,74,115). Sum of RGB (Red+Green+Blue) = 1+74+115=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #014A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A73 is #FEB58C. Grayscale: #383838. Windows color (decimal): -16692621 or 7555585. OLE color: 7555585.

HSL color Cylindrical-coordinate representation of color #014A73: hue angle of 201.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A73 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB174115-
CMYK0.990.3600.55
HSL201.58º98.28%22.75%-
HSV(B)201.58º99.13%45.1%-
XYZ5.566.1417.11-
YUV56.85160.8288.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=0.53%
G=38.95%
B=60.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1741150.990.3600.55201.5898.2822.75
Hex14A736324037ca6217
Octal11121631434406731214227
Binary1100101011100111100011100100011011111001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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