Html Css Color HEX #01119D New Midnight Blue

📋 copy color: '#01119D'

red 1 ◦ green 17 ◦ blue 157

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

Shades of New Midnight Blue #01119D

Tints of New Midnight Blue #01119D

RGB

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

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

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

R = 0.57%
G = 9.71%
B = 89.71%

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

#01119D (or 0x01119D) is known color: New Midnight Blue. HEX triplet: 01, 11 and 9D. RGB value is (1,17,157). Sum of RGB (Red+Green+Blue) = 1+17+157=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 157 (61.72% from 255 or 89.71% from 175); Max value from RGB is 157 - color contains mainly: blue. Hex color #01119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01119D is #FEEE62. Grayscale: #1B1B1B. Windows color (decimal): -16707171 or 10293505. OLE color: 10293505.

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

Color convert

RGB 1 17 157 -
CMYK 0.99 0.89 0 0.38
HSL 233.85º 0.99% 0.31% -
HSV(B) 233.85º 0.99% 0.62% -
XYZ 6.3 2.84 32.11 -
YUV 28.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 1 17 157 0.99 0.89 0 0.38 233.85 0.99 0.31
Hex 1 11 9D 63 59 0 26 EA 63 1F
Octal 1 21 235 143 131 0 46 352 143 37
Binary 1 10001 10011101 1100011 1011001 0 100110 11101010 1100011 11111

Color Harmonies of #01119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01119D

Black with #01119D

Text Example


Text Example

White with #01119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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