#014281

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

Shades of Dark Cerulean #014281

Tints of Dark Cerulean #014281

Color information

#014281 (or 0x014281) is unknown color: approx Dark Cerulean. HEX triplet: 01, 42 and 81. RGB value is (1,66,129). Sum of RGB (Red+Green+Blue) = 1+66+129=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #014281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014281 is #FEBD7E. Grayscale: #353535. Windows color (decimal): -16694655 or 8471041. OLE color: 8471041.

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

Color convert

RGB166129-
CMYK0.990.4900.49
HSL209.53º98.46%25.49%-
HSV(B)209.53º99.22%50.59%-
XYZ5.925.4921.52-
YUV53.75170.4790.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 129 (50.78% from 255) = 65.82%
R=0.51%
G=33.67%
B=65.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1661290.990.4900.49209.5398.4625.49
Hex142816331031d26219
Octal11022011436106132214231
Binary11000010100000011100011110001011000111010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014281; }

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

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

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

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

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

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

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

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