#090C9B

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

Shades of New Midnight Blue #090C9B

Tints of New Midnight Blue #090C9B

Color information

#090C9B (or 0x090C9B) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0C and 9B. RGB value is (9,12,155). Sum of RGB (Red+Green+Blue) = 9+12+155=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 155 (60.94% from 255 or 88.07% from 176); Max value from RGB is 155 - color contains mainly: blue. Hex color #090C9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C9B is #F6F364. Grayscale: #1A1A1A. Windows color (decimal): -16184165 or 10161161. OLE color: 10161161.

HSL color Cylindrical-coordinate representation of color #090C9B: hue angle of 238.77º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090C9B is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB912155-
CMYK0.940.9200.39
HSL238.77º89.02%32.16%-
HSV(B)238.77º94.19%60.78%-
XYZ6.162.6931.2-
YUV27.4200.01114.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 155 (60.94% from 255) = 88.07%
R=5.11%
G=6.82%
B=88.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9121550.940.9200.39238.7789.0232.16
Hex9C9B5E5C027ef5920
Octal111423313613404735713140
Binary1001110010011011101111010111000100111111011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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