Html Css Color HEX #0907AA New Midnight Blue

📋 copy color: '#0907AA'

red 9 ◦ green 7 ◦ blue 170

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

Shades of New Midnight Blue #0907AA

Tints of New Midnight Blue #0907AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 4.84%
G = 3.76%
B = 91.4%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0907AA (or 0x0907AA) is known color: New Midnight Blue. HEX triplet: 09, 07 and AA. RGB value is (9,7,170). Sum of RGB (Red+Green+Blue) = 9+7+170=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 170 (66.80% from 255 or 91.40% from 186); Max value from RGB is 170 - color contains mainly: blue. Hex color #0907AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0907AA is #F6F855. Grayscale: #191919. Windows color (decimal): -16185430 or 11142921. OLE color: 11142921.

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

Color convert

RGB 9 7 170 -
CMYK 0.95 0.96 0 0.33
HSL 240.74º 0.92% 0.35% -
HSV(B) 240.74º 0.96% 0.67% -
XYZ 7.44 3.11 38.24 -
YUV 26.18 209.16 115.75 -
System Red Green Blue C M Y K H S L
Decimal 9 7 170 0.95 0.96 0 0.33 240.74 0.92 0.35
Hex 9 7 AA 5F 60 0 21 F1 5C 23
Octal 11 7 252 137 140 0 41 361 134 43
Binary 1001 111 10101010 1011111 1100000 0 100001 11110001 1011100 100011

Color Harmonies of #0907AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0907AA

Black with #0907AA

Text Example


Text Example

White with #0907AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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