#014C74

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

Shades of Dark Cerulean #014C74

Tints of Dark Cerulean #014C74

Color information

#014C74 (or 0x014C74) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4C and 74. RGB value is (1,76,116). Sum of RGB (Red+Green+Blue) = 1+76+116=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #014C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C74 is #FEB38B. Grayscale: #393939. Windows color (decimal): -16692108 or 7621633. OLE color: 7621633.

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

Color convert

RGB176116-
CMYK0.990.3400.55
HSL200.87º98.29%22.94%-
HSV(B)200.87º99.14%45.49%-
XYZ5.756.4417.46-
YUV58.13160.6587.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 116 (45.70% from 255) = 60.10%
R=0.52%
G=39.38%
B=60.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1761160.990.3400.55200.8798.2922.94
Hex14C746322037c96217
Octal11141641434206731114227
Binary1100110011101001100011100010011011111001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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