Html Css Color HEX #01079B New Midnight Blue

📋 copy color: '#01079B'

red 1 ◦ green 7 ◦ blue 155

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

Shades of New Midnight Blue #01079B

Tints of New Midnight Blue #01079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 95.09%

R = 0.61%
G = 4.29%
B = 95.09%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01079B (or 0x01079B) is known color: New Midnight Blue. HEX triplet: 01, 07 and 9B. RGB value is (1,7,155). Sum of RGB (Red+Green+Blue) = 1+7+155=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 155 (60.94% from 255 or 95.09% from 163); Max value from RGB is 155 - color contains mainly: blue. Hex color #01079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01079B is #FEF864. Grayscale: #151515. Windows color (decimal): -16709733 or 10159873. OLE color: 10159873.

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

Color convert

RGB 1 7 155 -
CMYK 0.99 0.95 0 0.39
HSL 237.66º 0.99% 0.31% -
HSV(B) 237.66º 0.99% 0.61% -
XYZ 6 2.52 31.18 -
YUV 22.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 1 7 155 0.99 0.95 0 0.39 237.66 0.99 0.31
Hex 1 7 9B 63 5F 0 27 EE 63 1F
Octal 1 7 233 143 137 0 47 356 143 37
Binary 1 111 10011011 1100011 1011111 0 100111 11101110 1100011 11111

Color Harmonies of #01079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01079B

Black with #01079B

Text Example


Text Example

White with #01079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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