#014081

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

Shades of Dark Cerulean #014081

Tints of Dark Cerulean #014081

Color information

#014081 (or 0x014081) is unknown color: approx Dark Cerulean. HEX triplet: 01, 40 and 81. RGB value is (1,64,129). Sum of RGB (Red+Green+Blue) = 1+64+129=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #014081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014081 is #FEBF7E. Grayscale: #343434. Windows color (decimal): -16695167 or 8470529. OLE color: 8470529.

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

Color convert

RGB164129-
CMYK0.990.5000.49
HSL210.47º98.46%25.49%-
HSV(B)210.47º99.22%50.59%-
XYZ5.815.2621.48-
YUV52.57171.1391.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=0.52%
G=32.99%
B=66.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1641290.990.5000.49210.4798.4625.49
Hex140816332031d26219
Octal11002011436206132214231
Binary11000000100000011100011110010011000111010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014081; }

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

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

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

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

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

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

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

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