#014A7F

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

Shades of Dark Cerulean #014A7F

Tints of Dark Cerulean #014A7F

Color information

#014A7F (or 0x014A7F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 7F. RGB value is (1,74,127). Sum of RGB (Red+Green+Blue) = 1+74+127=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #014A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A7F is #FEB580. Grayscale: #393939. Windows color (decimal): -16692609 or 8342017. OLE color: 8342017.

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

Color convert

RGB174127-
CMYK0.990.4200.50
HSL205.24º98.44%25.1%-
HSV(B)205.24º99.21%49.8%-
XYZ6.296.4420.99-
YUV58.22166.8287.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 127 (50% from 255) = 62.87%
R=0.50%
G=36.63%
B=62.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1741270.990.4200.50205.2498.4425.1
Hex14A7F632A032cd6219
Octal11121771435206231514231
Binary1100101011111111100011101010011001011001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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