#090CAE

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

Shades of New Midnight Blue #090CAE

Tints of New Midnight Blue #090CAE

Color information

#090CAE (or 0x090CAE) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0C and AE. RGB value is (9,12,174). Sum of RGB (Red+Green+Blue) = 9+12+174=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #090CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090CAE is #F6F351. Grayscale: #1C1C1C. Windows color (decimal): -16184146 or 11406345. OLE color: 11406345.

HSL color Cylindrical-coordinate representation of color #090CAE: hue angle of 238.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090CAE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB912174-
CMYK0.950.9300.32
HSL238.91º90.16%35.88%-
HSV(B)238.91º94.83%68.24%-
XYZ7.883.3840.28-
YUV29.57209.51113.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 174 (68.36% from 255) = 89.23%
R=4.62%
G=6.15%
B=89.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9121740.950.9300.32238.9190.1635.88
Hex9CAE5F5D020ef5a24
Octal111425613713504035713244
Binary1001110010101110101111110111010100000111011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,12,174); }

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

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

 a { background-color: rgb(9,12,174); }

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

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

 span { border-color: rgb(9,12,174); }

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