Html Css Color HEX #000499 New Midnight Blue

📋 copy color: '#000499'

red 0 ◦ green 4 ◦ blue 153

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

Shades of New Midnight Blue #000499

Tints of New Midnight Blue #000499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 97.45%

R = 0%
G = 2.55%
B = 97.45%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#000499 (or 0x000499) is known color: New Midnight Blue. HEX triplet: 00, 04 and 99. RGB value is (0,4,153). Sum of RGB (Red+Green+Blue) = 0+4+153=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 153 (60.16% from 255 or 97.45% from 157); Max value from RGB is 153 - color contains mainly: blue. Hex color #000499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000499 is #FFFB66. Grayscale: #131313. Windows color (decimal): -16776039 or 10028032. OLE color: 10028032.

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

Color convert

RGB 0 4 153 -
CMYK 1 0.97 0 0.4
HSL 238.43º 1% 0.3% -
HSV(B) 238.43º 1% 0.6% -
XYZ 5.79 2.39 30.29 -
YUV 19.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 0 4 153 1 0.97 0 0.4 238.43 1 0.3
Hex 0 4 99 64 61 0 28 EE 64 1E
Octal 0 4 231 144 141 0 50 356 144 36
Binary 0 100 10011001 1100100 1100001 0 101000 11101110 1100100 11110

Color Harmonies of #000499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000499

Black with #000499

Text Example


Text Example

White with #000499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000499; }

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

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

background-color css

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

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

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

border-color css

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

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

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