Html Css Color HEX #000497 New Midnight Blue

📋 copy color: '#000497'

red 0 ◦ green 4 ◦ blue 151

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

Shades of New Midnight Blue #000497

Tints of New Midnight Blue #000497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 151 (59.38% from 255) = 97.42%

R = 0%
G = 2.58%
B = 97.42%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#000497 (or 0x000497) is known color: New Midnight Blue. HEX triplet: 00, 04 and 97. RGB value is (0,4,151). Sum of RGB (Red+Green+Blue) = 0+4+151=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 151 (59.38% from 255 or 97.42% from 155); Max value from RGB is 151 - color contains mainly: blue. Hex color #000497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000497 is #FFFB68. Grayscale: #121212. Windows color (decimal): -16776041 or 9896960. OLE color: 9896960.

HSL color Cylindrical-coordinate representation of color #000497: hue angle of 238.41º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000497 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 4 151 -
CMYK 1 0.97 0 0.41
HSL 238.41º 1% 0.3% -
HSV(B) 238.41º 1% 0.59% -
XYZ 5.63 2.32 29.43 -
YUV 19.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 0 4 151 1 0.97 0 0.41 238.41 1 0.3
Hex 0 4 97 64 61 0 29 EE 64 1E
Octal 0 4 227 144 141 0 51 356 144 36
Binary 0 100 10010111 1100100 1100001 0 101001 11101110 1100100 11110

Color Harmonies of #000497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000497

Black with #000497

Text Example


Text Example

White with #000497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000497; }

 p { color: rgb(0,4,151); }

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

background-color css

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

 a { background-color: rgb(0,4,151); }

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

border-color css

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

 span { border-color: rgb(0,4,151); }

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