#090EA2

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

Shades of New Midnight Blue #090EA2

Tints of New Midnight Blue #090EA2

Color information

#090EA2 (or 0x090EA2) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0E and A2. RGB value is (9,14,162). Sum of RGB (Red+Green+Blue) = 9+14+162=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 162 (63.67% from 255 or 87.57% from 185); Max value from RGB is 162 - color contains mainly: blue. Hex color #090EA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EA2 is #F6F15D. Grayscale: #1C1C1C. Windows color (decimal): -16183646 or 10620425. OLE color: 10620425.

HSL color Cylindrical-coordinate representation of color #090EA2: hue angle of 238.04º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090EA2 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB914162-
CMYK0.940.9100.36
HSL238.04º89.47%33.53%-
HSV(B)238.04º94.44%63.53%-
XYZ6.792.9834.4-
YUV29.38202.84113.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 162 (63.67% from 255) = 87.57%
R=4.86%
G=7.57%
B=87.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9141620.940.9100.36238.0489.4733.53
Hex9EA25E5B024ee5922
Octal111624213613304435613142
Binary1001111010100010101111010110110100100111011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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