#014A78

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

Shades of Dark Cerulean #014A78

Tints of Dark Cerulean #014A78

Color information

#014A78 (or 0x014A78) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4A and 78. RGB value is (1,74,120). Sum of RGB (Red+Green+Blue) = 1+74+120=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #014A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A78 is #FEB587. Grayscale: #393939. Windows color (decimal): -16692616 or 7883265. OLE color: 7883265.

HSL color Cylindrical-coordinate representation of color #014A78: hue angle of 203.19º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A78 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB174120-
CMYK0.990.3800.53
HSL203.19º98.35%23.73%-
HSV(B)203.19º99.17%47.06%-
XYZ5.856.2618.67-
YUV57.42163.3287.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=0.51%
G=37.95%
B=61.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1741200.990.3800.53203.1998.3523.73
Hex14A786326035cb6218
Octal11121701434606531314230
Binary1100101011110001100011100110011010111001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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