Html Css Color HEX #090AAA New Midnight Blue

📋 copy color: '#090AAA'

red 9 ◦ green 10 ◦ blue 170

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

Shades of New Midnight Blue #090AAA

Tints of New Midnight Blue #090AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.29%

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

R = 4.76%
G = 5.29%
B = 89.95%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#090AAA (or 0x090AAA) is known color: New Midnight Blue. HEX triplet: 09, 0A and AA. RGB value is (9,10,170). Sum of RGB (Red+Green+Blue) = 9+10+170=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #090AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090AAA is #F6F555. Grayscale: #1B1B1B. Windows color (decimal): -16184662 or 11143689. OLE color: 11143689.

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

Color convert

RGB 9 10 170 -
CMYK 0.95 0.94 0 0.33
HSL 239.63º 0.9% 0.35% -
HSV(B) 239.63º 0.95% 0.67% -
XYZ 7.48 3.18 38.25 -
YUV 27.94 208.17 114.49 -
System Red Green Blue C M Y K H S L
Decimal 9 10 170 0.95 0.94 0 0.33 239.63 0.9 0.35
Hex 9 A AA 5F 5E 0 21 F0 5A 23
Octal 11 12 252 137 136 0 41 360 132 43
Binary 1001 1010 10101010 1011111 1011110 0 100001 11110000 1011010 100011

Color Harmonies of #090AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090AAA

Black with #090AAA

Text Example


Text Example

White with #090AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090AAA; }

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

 H1.HeaderClassName
 {
   color: #090AAA;
 }
 .AnyTagClassName
 {
   color: #090AAA;
 }
</style>

background-color css

<style>
 a { background-color: #090AAA; }

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

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

border-color css

<style>
 span { border-color: #090AAA; }

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

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