#014490

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

Shades of Dark Cerulean #014490

Tints of Dark Cerulean #014490

Color information

#014490 (or 0x014490) is unknown color: approx Dark Cerulean. HEX triplet: 01, 44 and 90. RGB value is (1,68,144). Sum of RGB (Red+Green+Blue) = 1+68+144=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #014490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014490 is #FEBB6F. Grayscale: #383838. Windows color (decimal): -16694128 or 9454593. OLE color: 9454593.

HSL color Cylindrical-coordinate representation of color #014490: hue angle of 211.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014490 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB168144-
CMYK0.990.5300.44
HSL211.89º98.62%28.43%-
HSV(B)211.89º99.31%56.47%-
XYZ7.116.1527.2-
YUV56.63177.388.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=0.47%
G=31.92%
B=67.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1681440.990.5300.44211.8998.6228.43
Hex14490633502Cd4631c
Octal11042201436505432414334
Binary11000100100100001100011110101010110011010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014490; }

 p { color: rgb(1,68,144); }

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

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

 a { background-color: rgb(1,68,144); }

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

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

 span { border-color: rgb(1,68,144); }

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