Html Css Color HEX #000795 New Midnight Blue

📋 copy color: '#000795'

red 0 ◦ green 7 ◦ blue 149

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

Shades of New Midnight Blue #000795

Tints of New Midnight Blue #000795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 95.51%

R = 0%
G = 4.49%
B = 95.51%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000795 (or 0x000795) is known color: New Midnight Blue. HEX triplet: 00, 07 and 95. RGB value is (0,7,149). Sum of RGB (Red+Green+Blue) = 0+7+149=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 149 (58.59% from 255 or 95.51% from 156); Max value from RGB is 149 - color contains mainly: blue. Hex color #000795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000795 is #FFF86A. Grayscale: #141414. Windows color (decimal): -16775275 or 9766656. OLE color: 9766656.

HSL color Cylindrical-coordinate representation of color #000795: hue angle of 237.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000795 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 7 149 -
CMYK 1 0.95 0 0.42
HSL 237.18º 1% 0.29% -
HSV(B) 237.18º 1% 0.58% -
XYZ 5.5 2.32 28.59 -
YUV 21.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 0 7 149 1 0.95 0 0.42 237.18 1 0.29
Hex 0 7 95 64 5F 0 2A ED 64 1D
Octal 0 7 225 144 137 0 52 355 144 35
Binary 0 111 10010101 1100100 1011111 0 101010 11101101 1100100 11101

Color Harmonies of #000795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000795

Black with #000795

Text Example


Text Example

White with #000795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000795; }

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

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

background-color css

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

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

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

border-color css

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

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

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