Html Css Color HEX #000799 New Midnight Blue

📋 copy color: '#000799'

red 0 ◦ green 7 ◦ blue 153

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

Shades of New Midnight Blue #000799

Tints of New Midnight Blue #000799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

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

R = 0%
G = 4.38%
B = 95.63%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#000799 (or 0x000799) is known color: New Midnight Blue. HEX triplet: 00, 07 and 99. RGB value is (0,7,153). Sum of RGB (Red+Green+Blue) = 0+7+153=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 153 (60.16% from 255 or 95.62% from 160); Max value from RGB is 153 - color contains mainly: blue. Hex color #000799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000799 is #FFF866. Grayscale: #141414. Windows color (decimal): -16775271 or 10028800. OLE color: 10028800.

HSL color Cylindrical-coordinate representation of color #000799: hue angle of 237.25º 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 #000799 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 7 153 -
CMYK 1 0.95 0 0.4
HSL 237.25º 1% 0.3% -
HSV(B) 237.25º 1% 0.6% -
XYZ 5.83 2.45 30.3 -
YUV 21.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 0 7 153 1 0.95 0 0.4 237.25 1 0.3
Hex 0 7 99 64 5F 0 28 ED 64 1E
Octal 0 7 231 144 137 0 50 355 144 36
Binary 0 111 10011001 1100100 1011111 0 101000 11101101 1100100 11110

Color Harmonies of #000799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000799

Black with #000799

Text Example


Text Example

White with #000799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000799; }

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

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

background-color css

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

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

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

border-color css

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

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

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