Html Css Color HEX #01079A New Midnight Blue

📋 copy color: '#01079A'

red 1 ◦ green 7 ◦ blue 154

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

Shades of New Midnight Blue #01079A

Tints of New Midnight Blue #01079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 95.06%

R = 0.62%
G = 4.32%
B = 95.06%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01079A (or 0x01079A) is known color: New Midnight Blue. HEX triplet: 01, 07 and 9A. RGB value is (1,7,154). Sum of RGB (Red+Green+Blue) = 1+7+154=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 154 (60.55% from 255 or 95.06% from 162); Max value from RGB is 154 - color contains mainly: blue. Hex color #01079A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01079A is #FEF865. Grayscale: #151515. Windows color (decimal): -16709734 or 10094337. OLE color: 10094337.

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

Color convert

RGB 1 7 154 -
CMYK 0.99 0.95 0 0.40
HSL 237.65º 0.99% 0.3% -
HSV(B) 237.65º 0.99% 0.6% -
XYZ 5.92 2.49 30.74 -
YUV 21.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 1 7 154 0.99 0.95 0 0.40 237.65 0.99 0.3
Hex 1 7 9A 63 5F 0 28 EE 63 1E
Octal 1 7 232 143 137 0 50 356 143 36
Binary 1 111 10011010 1100011 1011111 0 101000 11101110 1100011 11110

Color Harmonies of #01079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01079A

Black with #01079A

Text Example


Text Example

White with #01079A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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