#014974

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

Shades of Dark Cerulean #014974

Tints of Dark Cerulean #014974

Color information

#014974 (or 0x014974) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 74. RGB value is (1,73,116). Sum of RGB (Red+Green+Blue) = 1+73+116=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #014974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014974 is #FEB68B. Grayscale: #383838. Windows color (decimal): -16692876 or 7620865. OLE color: 7620865.

HSL color Cylindrical-coordinate representation of color #014974: hue angle of 202.43º 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 #014974 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB173116-
CMYK0.990.3700.55
HSL202.43º98.29%22.94%-
HSV(B)202.43º99.14%45.49%-
XYZ5.556.0317.4-
YUV56.37161.6588.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=0.53%
G=38.42%
B=61.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1731160.990.3700.55202.4398.2922.94
Hex149746325037ca6217
Octal11111641434506731214227
Binary1100100111101001100011100101011011111001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014974; }

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

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

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

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

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

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

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

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