#090C9C

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

Shades of New Midnight Blue #090C9C

Tints of New Midnight Blue #090C9C

Color information

#090C9C (or 0x090C9C) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0C and 9C. RGB value is (9,12,156). Sum of RGB (Red+Green+Blue) = 9+12+156=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #090C9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C9C is #F6F363. Grayscale: #1A1A1A. Windows color (decimal): -16184164 or 10226697. OLE color: 10226697.

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

Color convert

RGB912156-
CMYK0.940.9200.39
HSL238.78º89.09%32.35%-
HSV(B)238.78º94.23%61.18%-
XYZ6.242.7231.65-
YUV27.52200.51114.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 156 (61.33% from 255) = 88.14%
R=5.08%
G=6.78%
B=88.14%

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
Decimal9121560.940.9200.39238.7889.0932.35
Hex9C9C5E5C027ef5920
Octal111423413613404735713140
Binary1001110010011100101111010111000100111111011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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