Html Css Color HEX #0912AA New Midnight Blue

📋 copy color: '#0912AA'

red 9 ◦ green 18 ◦ blue 170

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

Shades of New Midnight Blue #0912AA

Tints of New Midnight Blue #0912AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 4.57%
G = 9.14%
B = 86.29%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0912AA (or 0x0912AA) is known color: New Midnight Blue. HEX triplet: 09, 12 and AA. RGB value is (9,18,170). Sum of RGB (Red+Green+Blue) = 9+18+170=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #0912AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0912AA is #F6ED55. Grayscale: #202020. Windows color (decimal): -16182614 or 11145737. OLE color: 11145737.

HSL color Cylindrical-coordinate representation of color #0912AA: hue angle of 236.65º 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 #0912AA is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 18 170 -
CMYK 0.95 0.89 0 0.33
HSL 236.65º 0.9% 0.35% -
HSV(B) 236.65º 0.95% 0.67% -
XYZ 7.58 3.39 38.29 -
YUV 32.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 9 18 170 0.95 0.89 0 0.33 236.65 0.9 0.35
Hex 9 12 AA 5F 59 0 21 ED 5A 23
Octal 11 22 252 137 131 0 41 355 132 43
Binary 1001 10010 10101010 1011111 1011001 0 100001 11101101 1011010 100011

Color Harmonies of #0912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912AA

Black with #0912AA

Text Example


Text Example

White with #0912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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