#092085

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

Shades of Midnight Blue #092085

Tints of Midnight Blue #092085

Color information

#092085 (or 0x092085) is unknown color: approx Midnight Blue. HEX triplet: 09, 20 and 85. RGB value is (9,32,133). Sum of RGB (Red+Green+Blue) = 9+32+133=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #092085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092085 is #F6DF7A. Grayscale: #242424. Windows color (decimal): -16179067 or 8724489. OLE color: 8724489.

HSL color Cylindrical-coordinate representation of color #092085: hue angle of 228.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092085 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB932133-
CMYK0.930.7600.48
HSL228.87º87.32%27.84%-
HSV(B)228.87º93.23%52.16%-
XYZ4.862.7822.47-
YUV36.64182.38108.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 133 (52.34% from 255) = 76.44%
R=5.17%
G=18.39%
B=76.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9321330.930.7600.48228.8787.3227.84
Hex920855D4C030e5571c
Octal114020513511406034512734
Binary10011000001000010110111011001100011000011100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092085; }

 p { color: rgb(9,32,133); }

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

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

 a { background-color: rgb(9,32,133); }

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

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

 span { border-color: rgb(9,32,133); }

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