#01496C

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

Shades of Dark Cerulean #01496C

Tints of Dark Cerulean #01496C

Color information

#01496C (or 0x01496C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 6C. RGB value is (1,73,108). Sum of RGB (Red+Green+Blue) = 1+73+108=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #01496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01496C is #FEB693. Grayscale: #373737. Windows color (decimal): -16692884 or 7096577. OLE color: 7096577.

HSL color Cylindrical-coordinate representation of color #01496C: hue angle of 199.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01496C is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB173108-
CMYK0.990.3200.58
HSL199.63º98.17%21.37%-
HSV(B)199.63º99.07%42.35%-
XYZ5.15.8515.05-
YUV55.46157.6589.15-

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) = 40.11%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=0.55%
G=40.11%
B=59.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1731080.990.3200.58199.6398.1721.37
Hex1496C632003Ac86215
Octal11111541434007231014225
Binary1100100111011001100011100000011101011001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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