Html Css Color HEX #01119F New Midnight Blue

📋 copy color: '#01119F'

red 1 ◦ green 17 ◦ blue 159

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

Shades of New Midnight Blue #01119F

Tints of New Midnight Blue #01119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 159 (62.5% from 255) = 89.83%

R = 0.56%
G = 9.6%
B = 89.83%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01119F (or 0x01119F) is known color: New Midnight Blue. HEX triplet: 01, 11 and 9F. RGB value is (1,17,159). Sum of RGB (Red+Green+Blue) = 1+17+159=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #01119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01119F is #FEEE60. Grayscale: #1B1B1B. Windows color (decimal): -16707169 or 10424577. OLE color: 10424577.

HSL color Cylindrical-coordinate representation of color #01119F: hue angle of 233.92º 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 #01119F is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 17 159 -
CMYK 0.99 0.89 0 0.38
HSL 233.92º 0.99% 0.31% -
HSV(B) 233.92º 0.99% 0.62% -
XYZ 6.47 2.91 33.02 -
YUV 28.4 201.7 108.45 -
System Red Green Blue C M Y K H S L
Decimal 1 17 159 0.99 0.89 0 0.38 233.92 0.99 0.31
Hex 1 11 9F 63 59 0 26 EA 63 1F
Octal 1 21 237 143 131 0 46 352 143 37
Binary 1 10001 10011111 1100011 1011001 0 100110 11101010 1100011 11111

Color Harmonies of #01119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01119F

Black with #01119F

Text Example


Text Example

White with #01119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01119F; }

 p { color: rgb(1,17,159); }

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

background-color css

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

 a { background-color: rgb(1,17,159); }

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

border-color css

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

 span { border-color: rgb(1,17,159); }

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