Html Css Color HEX #01119B New Midnight Blue

📋 copy color: '#01119B'

red 1 ◦ green 17 ◦ blue 155

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

Shades of New Midnight Blue #01119B

Tints of New Midnight Blue #01119B

RGB

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

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

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

R = 0.58%
G = 9.83%
B = 89.6%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01119B (or 0x01119B) is known color: New Midnight Blue. HEX triplet: 01, 11 and 9B. RGB value is (1,17,155). Sum of RGB (Red+Green+Blue) = 1+17+155=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #01119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01119B is #FEEE64. Grayscale: #1B1B1B. Windows color (decimal): -16707173 or 10162433. OLE color: 10162433.

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

Color convert

RGB 1 17 155 -
CMYK 0.99 0.89 0 0.39
HSL 233.77º 0.99% 0.31% -
HSV(B) 233.77º 0.99% 0.61% -
XYZ 6.13 2.77 31.22 -
YUV 27.95 199.7 108.78 -
System Red Green Blue C M Y K H S L
Decimal 1 17 155 0.99 0.89 0 0.39 233.77 0.99 0.31
Hex 1 11 9B 63 59 0 27 EA 63 1F
Octal 1 21 233 143 131 0 47 352 143 37
Binary 1 10001 10011011 1100011 1011001 0 100111 11101010 1100011 11111

Color Harmonies of #01119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01119B

Black with #01119B

Text Example


Text Example

White with #01119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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