Html Css Color HEX #090FAA New Midnight Blue

📋 copy color: '#090FAA'

red 9 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #090FAA

Tints of New Midnight Blue #090FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 4.64%
G = 7.73%
B = 87.63%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#090FAA (or 0x090FAA) is known color: New Midnight Blue. HEX triplet: 09, 0F and AA. RGB value is (9,15,170). Sum of RGB (Red+Green+Blue) = 9+15+170=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #090FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090FAA is #F6F055. Grayscale: #1E1E1E. Windows color (decimal): -16183382 or 11144969. OLE color: 11144969.

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

Color convert

RGB 9 15 170 -
CMYK 0.95 0.91 0 0.33
HSL 237.76º 0.9% 0.35% -
HSV(B) 237.76º 0.95% 0.67% -
XYZ 7.54 3.3 38.27 -
YUV 30.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 9 15 170 0.95 0.91 0 0.33 237.76 0.9 0.35
Hex 9 F AA 5F 5B 0 21 EE 5A 23
Octal 11 17 252 137 133 0 41 356 132 43
Binary 1001 1111 10101010 1011111 1011011 0 100001 11101110 1011010 100011

Color Harmonies of #090FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FAA

Black with #090FAA

Text Example


Text Example

White with #090FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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