#00496D

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

Shades of Dark Cerulean #00496D

Tints of Dark Cerulean #00496D

Color information

#00496D (or 0x00496D) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 6D. RGB value is (0,73,109). Sum of RGB (Red+Green+Blue) = 0+73+109=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #00496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00496D is #FFB692. Grayscale: #373737. Windows color (decimal): -16758419 or 7162112. OLE color: 7162112.

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

Color convert

RGB073109-
CMYK10.3300.57
HSL199.82º100%21.37%-
HSV(B)199.82º100%42.75%-
XYZ5.145.8715.33-
YUV55.28158.3288.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=0%
G=40.11%
B=59.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal07310910.3300.57199.8210021.37
Hex0496D6421039c86415
Octal01111551444107131014425
Binary0100100111011011100100100001011100111001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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