Html Css Color HEX #00496E Dark Cerulean

📋 copy color: '#00496E'

red 0 ◦ green 73 ◦ blue 110

#00496E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #00496E

Tints of Dark Cerulean #00496E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 0%
G = 39.89%
B = 60.11%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00496E (or 0x00496E) is known color: Dark Cerulean. HEX triplet: 00, 49 and 6E. RGB value is (0,73,110). Sum of RGB (Red+Green+Blue) = 0+73+110=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #00496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00496E is #FFB691. Grayscale: #373737. Windows color (decimal): -16758418 or 7227648. OLE color: 7227648.

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

Color convert

RGB 0 73 110 -
CMYK 1 0.34 0 0.57
HSL 200.18º 1% 0.22% -
HSV(B) 200.18º 1% 0.43% -
XYZ 5.2 5.89 15.61 -
YUV 55.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 0 73 110 1 0.34 0 0.57 200.18 1 0.22
Hex 0 49 6E 64 22 0 39 C8 64 16
Octal 0 111 156 144 42 0 71 310 144 26
Binary 0 1001001 1101110 1100100 100010 0 111001 11001000 1100100 10110

Color Harmonies of #00496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00496E

Black with #00496E

Text Example


Text Example

White with #00496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00496E;
 }
 .AnyTagClassName
 {
   color: #00496E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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