#014074

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

Shades of Dark Cerulean #014074

Tints of Dark Cerulean #014074

Color information

#014074 (or 0x014074) is unknown color: approx Dark Cerulean. HEX triplet: 01, 40 and 74. RGB value is (1,64,116). Sum of RGB (Red+Green+Blue) = 1+64+116=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #014074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014074 is #FEBF8B. Grayscale: #323232. Windows color (decimal): -16695180 or 7618561. OLE color: 7618561.

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

Color convert

RGB164116-
CMYK0.990.4500.55
HSL207.13º98.29%22.94%-
HSV(B)207.13º99.14%45.49%-
XYZ54.9317.21-
YUV51.09164.6392.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=0.55%
G=35.36%
B=64.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1641160.990.4500.55207.1398.2922.94
Hex14074632D037cf6217
Octal11001641435506731714227
Binary1100000011101001100011101101011011111001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014074; }

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

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

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

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

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

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

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

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