#014A6C

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

Shades of Dark Cerulean #014A6C

Tints of Dark Cerulean #014A6C

Color information

#014A6C (or 0x014A6C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 6C. RGB value is (1,74,108). Sum of RGB (Red+Green+Blue) = 1+74+108=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #014A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A6C is #FEB593. Grayscale: #373737. Windows color (decimal): -16692628 or 7096833. OLE color: 7096833.

HSL color Cylindrical-coordinate representation of color #014A6C: hue angle of 199.07º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A6C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB174108-
CMYK0.990.3100.58
HSL199.07º98.17%21.37%-
HSV(B)199.07º99.07%42.35%-
XYZ5.175.9915.07-
YUV56.05157.3288.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=0.55%
G=40.44%
B=59.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1741080.990.3100.58199.0798.1721.37
Hex14A6C631F03Ac76215
Octal11121541433707230714225
Binary110010101101100110001111111011101011000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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