#01496E

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

Shades of Dark Cerulean #01496E

Tints of Dark Cerulean #01496E

Color information

#01496E (or 0x01496E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 49 and 6E. RGB value is (1,73,110). Sum of RGB (Red+Green+Blue) = 1+73+110=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #01496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01496E is #FEB691. Grayscale: #373737. Windows color (decimal): -16692882 or 7227649. OLE color: 7227649.

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

Color convert

RGB173110-
CMYK0.990.3400.57
HSL200.37º98.2%21.76%-
HSV(B)200.37º99.09%43.14%-
XYZ5.215.915.62-
YUV55.69158.6588.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 110 (43.36% from 255) = 59.78%
R=0.54%
G=39.67%
B=59.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1731100.990.3400.57200.3798.221.76
Hex1496E6322039c86216
Octal11111561434207131014226
Binary1100100111011101100011100010011100111001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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