#090FAC

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

Shades of New Midnight Blue #090FAC

Tints of New Midnight Blue #090FAC

Color information

#090FAC (or 0x090FAC) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0F and AC. RGB value is (9,15,172). Sum of RGB (Red+Green+Blue) = 9+15+172=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #090FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090FAC is #F6F053. Grayscale: #1E1E1E. Windows color (decimal): -16183380 or 11276041. OLE color: 11276041.

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

Color convert

RGB915172-
CMYK0.950.9100.33
HSL237.79º90.06%35.49%-
HSV(B)237.79º94.77%67.45%-
XYZ7.733.3839.27-
YUV31.1207.51112.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 172 (67.58% from 255) = 87.76%
R=4.59%
G=7.65%
B=87.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9151720.950.9100.33237.7990.0635.49
Hex9FAC5F5B021ee5a23
Octal111725413713304135613243
Binary1001111110101100101111110110110100001111011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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