Html Css Color HEX #0911AA New Midnight Blue

📋 copy color: '#0911AA'

red 9 ◦ green 17 ◦ blue 170

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

Shades of New Midnight Blue #0911AA

Tints of New Midnight Blue #0911AA

RGB

 RED value IS 9 (3.91% from 255) = 4.59%

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

 BLUE value IS 170 (66.8% from 255) = 86.73%

R = 4.59%
G = 8.67%
B = 86.73%

CMYK

 C value IS 0.95

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0911AA (or 0x0911AA) is known color: New Midnight Blue. HEX triplet: 09, 11 and AA. RGB value is (9,17,170). Sum of RGB (Red+Green+Blue) = 9+17+170=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0911AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0911AA is #F6EE55. Grayscale: #1F1F1F. Windows color (decimal): -16182870 or 11145481. OLE color: 11145481.

HSL color Cylindrical-coordinate representation of color #0911AA: hue angle of 237.02º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0911AA is Cyan = 0.95, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 17 170 -
CMYK 0.95 0.9 0 0.33
HSL 237.02º 0.9% 0.35% -
HSV(B) 237.02º 0.95% 0.67% -
XYZ 7.57 3.36 38.28 -
YUV 32.05 205.85 111.56 -
System Red Green Blue C M Y K H S L
Decimal 9 17 170 0.95 0.9 0 0.33 237.02 0.9 0.35
Hex 9 11 AA 5F 5A 0 21 ED 5A 23
Octal 11 21 252 137 132 0 41 355 132 43
Binary 1001 10001 10101010 1011111 1011010 0 100001 11101101 1011010 100011

Color Harmonies of #0911AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0911AA

Black with #0911AA

Text Example


Text Example

White with #0911AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0911AA; }

 p { color: rgb(9,17,170); }

 H1.HeaderClassName
 {
   color: #0911AA;
 }
 .AnyTagClassName
 {
   color: #0911AA;
 }
</style>

background-color css

<style>
 a { background-color: #0911AA; }

 a { background-color: rgb(9,17,170); }

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

border-color css

<style>
 span { border-color: #0911AA; }

 span { border-color: rgb(9,17,170); }

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