#014581

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

Shades of Dark Cerulean #014581

Tints of Dark Cerulean #014581

Color information

#014581 (or 0x014581) is unknown color: approx Dark Cerulean. HEX triplet: 01, 45 and 81. RGB value is (1,69,129). Sum of RGB (Red+Green+Blue) = 1+69+129=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #014581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014581 is #FEBA7E. Grayscale: #373737. Windows color (decimal): -16693887 or 8471809. OLE color: 8471809.

HSL color Cylindrical-coordinate representation of color #014581: hue angle of 208.12º 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 #014581 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB169129-
CMYK0.990.4700.49
HSL208.12º98.46%25.49%-
HSV(B)208.12º99.22%50.59%-
XYZ6.15.8521.58-
YUV55.51169.4789.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 129 (50.78% from 255) = 64.82%
R=0.50%
G=34.67%
B=64.82%

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
Decimal1691290.990.4700.49208.1298.4625.49
Hex14581632F031d06219
Octal11052011435706132014231
Binary11000101100000011100011101111011000111010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014581; }

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

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

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

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

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

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

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

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