#090EAA

Color #090EAA New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #090EAA

Tints of New Midnight Blue #090EAA

Color information

#090EAA (or 0x090EAA) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0E and AA. RGB value is (9,14,170). Sum of RGB (Red+Green+Blue) = 9+14+170=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #090EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EAA is #F6F155. Grayscale: #1D1D1D. Windows color (decimal): -16183638 or 11144713. OLE color: 11144713.

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

Color convert

RGB914170-
CMYK0.950.9200.33
HSL238.14º89.94%35.1%-
HSV(B)238.14º94.71%66.67%-
XYZ7.533.2738.27-
YUV30.29206.84112.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 170 (66.80% from 255) = 88.08%
R=4.66%
G=7.25%
B=88.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9141700.950.9200.33238.1489.9435.1
Hex9EAA5F5C021ee5a23
Octal111625213713404135613243
Binary1001111010101010101111110111000100001111011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #090EAA;
 }
 .AnyTagClassName
 {
   color: #090EAA;
 }
</style>
background-color css

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

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

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

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

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

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