Html Css Color HEX #0111A9 New Midnight Blue

📋 copy color: '#0111A9'

red 1 ◦ green 17 ◦ blue 169

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

Shades of New Midnight Blue #0111A9

Tints of New Midnight Blue #0111A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 90.37%

R = 0.53%
G = 9.09%
B = 90.37%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0111A9 (or 0x0111A9) is known color: New Midnight Blue. HEX triplet: 01, 11 and A9. RGB value is (1,17,169). Sum of RGB (Red+Green+Blue) = 1+17+169=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 169 (66.41% from 255 or 90.37% from 187); Max value from RGB is 169 - color contains mainly: blue. Hex color #0111A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0111A9 is #FEEE56. Grayscale: #1C1C1C. Windows color (decimal): -16707159 or 11079937. OLE color: 11079937.

HSL color Cylindrical-coordinate representation of color #0111A9: hue angle of 234.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0111A9 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 17 169 -
CMYK 0.99 0.90 0 0.34
HSL 234.29º 0.99% 0.33% -
HSV(B) 234.29º 0.99% 0.66% -
XYZ 7.37 3.27 37.78 -
YUV 29.54 206.7 107.64 -
System Red Green Blue C M Y K H S L
Decimal 1 17 169 0.99 0.90 0 0.34 234.29 0.99 0.33
Hex 1 11 A9 63 5A 0 22 EA 63 21
Octal 1 21 251 143 132 0 42 352 143 41
Binary 1 10001 10101001 1100011 1011010 0 100010 11101010 1100011 100001

Color Harmonies of #0111A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111A9

Black with #0111A9

Text Example


Text Example

White with #0111A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0111A9; }

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

 H1.HeaderClassName
 {
   color: #0111A9;
 }
 .AnyTagClassName
 {
   color: #0111A9;
 }
</style>

background-color css

<style>
 a { background-color: #0111A9; }

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

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

border-color css

<style>
 span { border-color: #0111A9; }

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

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