#014481

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

Shades of Dark Cerulean #014481

Tints of Dark Cerulean #014481

Color information

#014481 (or 0x014481) is unknown color: approx Dark Cerulean. HEX triplet: 01, 44 and 81. RGB value is (1,68,129). Sum of RGB (Red+Green+Blue) = 1+68+129=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #014481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014481 is #FEBB7E. Grayscale: #363636. Windows color (decimal): -16694143 or 8471553. OLE color: 8471553.

HSL color Cylindrical-coordinate representation of color #014481: hue angle of 208.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014481 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB168129-
CMYK0.990.4700.49
HSL208.59º98.46%25.49%-
HSV(B)208.59º99.22%50.59%-
XYZ6.045.7321.56-
YUV54.92169.889.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 129 (50.78% from 255) = 65.15%
R=0.51%
G=34.34%
B=65.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1681290.990.4700.49208.5998.4625.49
Hex14481632F031d16219
Octal11042011435706132114231
Binary11000100100000011100011101111011000111010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014481; }

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

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

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

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

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

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

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

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