#090C5A

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

Shades of Midnight Blue #090C5A

Tints of Midnight Blue #090C5A

Color information

#090C5A (or 0x090C5A) is unknown color: approx Midnight Blue. HEX triplet: 09, 0C and 5A. RGB value is (9,12,90). Sum of RGB (Red+Green+Blue) = 9+12+90=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #090C5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C5A is #F6F3A5. Grayscale: #131313. Windows color (decimal): -16184230 or 5901321. OLE color: 5901321.

HSL color Cylindrical-coordinate representation of color #090C5A: hue angle of 237.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090C5A is Cyan = 0.9, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB91290-
CMYK0.90.8700.65
HSL237.78º81.82%19.41%-
HSV(B)237.78º90%35.29%-
XYZ2.091.069.77-
YUV19.99167.51120.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 90 (35.55% from 255) = 81.08%
R=8.11%
G=10.81%
B=81.08%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal912900.90.8700.65237.7881.8219.41
Hex9C5A5A57041ee5213
Octal1114132132127010135612223
Binary100111001011010101101010101110100000111101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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