#01496D

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

Shades of Dark Cerulean #01496D

Tints of Dark Cerulean #01496D

Color information

#01496D (or 0x01496D) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 6D. RGB value is (1,73,109). Sum of RGB (Red+Green+Blue) = 1+73+109=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #01496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01496D is #FEB692. Grayscale: #373737. Windows color (decimal): -16692883 or 7162113. OLE color: 7162113.

HSL color Cylindrical-coordinate representation of color #01496D: hue angle of 200º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01496D is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB173109-
CMYK0.990.3300.57
HSL200º98.18%21.57%-
HSV(B)200º99.08%42.75%-
XYZ5.165.8815.33-
YUV55.58158.1589.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=0.55%
G=39.89%
B=59.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1731090.990.3300.5720098.1821.57
Hex1496D6321039c86216
Octal11111551434107131014226
Binary1100100111011011100011100001011100111001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01496D; }

 p { color: rgb(1,73,109); }

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

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

 a { background-color: rgb(1,73,109); }

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

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

 span { border-color: rgb(1,73,109); }

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