Html Css Color HEX #01079D New Midnight Blue

📋 copy color: '#01079D'

red 1 ◦ green 7 ◦ blue 157

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

Shades of New Midnight Blue #01079D

Tints of New Midnight Blue #01079D

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

 BLUE value IS 157 (61.72% from 255) = 95.15%

R = 0.61%
G = 4.24%
B = 95.15%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01079D (or 0x01079D) is known color: New Midnight Blue. HEX triplet: 01, 07 and 9D. RGB value is (1,7,157). Sum of RGB (Red+Green+Blue) = 1+7+157=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 157 (61.72% from 255 or 95.15% from 165); Max value from RGB is 157 - color contains mainly: blue. Hex color #01079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01079D is #FEF862. Grayscale: #151515. Windows color (decimal): -16709731 or 10290945. OLE color: 10290945.

HSL color Cylindrical-coordinate representation of color #01079D: hue angle of 237.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01079D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 7 157 -
CMYK 0.99 0.96 0 0.38
HSL 237.69º 0.99% 0.31% -
HSV(B) 237.69º 0.99% 0.62% -
XYZ 6.17 2.59 32.07 -
YUV 22.31 204.01 112.8 -
System Red Green Blue C M Y K H S L
Decimal 1 7 157 0.99 0.96 0 0.38 237.69 0.99 0.31
Hex 1 7 9D 63 60 0 26 EE 63 1F
Octal 1 7 235 143 140 0 46 356 143 37
Binary 1 111 10011101 1100011 1100000 0 100110 11101110 1100011 11111

Color Harmonies of #01079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01079D

Black with #01079D

Text Example


Text Example

White with #01079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01079D; }

 p { color: rgb(1,7,157); }

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

background-color css

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

 a { background-color: rgb(1,7,157); }

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

border-color css

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

 span { border-color: rgb(1,7,157); }

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