#09025C

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

Shades of Midnight Blue #09025C

Tints of Midnight Blue #09025C

Color information

#09025C (or 0x09025C) is unknown color: approx Midnight Blue. HEX triplet: 09, 02 and 5C. RGB value is (9,2,92). Sum of RGB (Red+Green+Blue) = 9+2+92=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #09025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09025C is #F6FDA3. Grayscale: #0E0E0E. Windows color (decimal): -16186788 or 6029833. OLE color: 6029833.

HSL color Cylindrical-coordinate representation of color #09025C: hue angle of 244.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09025C is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB9292-
CMYK0.900.9800.64
HSL244.67º95.74%18.43%-
HSV(B)244.67º97.83%36.08%-
XYZ2.070.8710.19-
YUV14.35171.82124.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 92 (36.33% from 255) = 89.32%
R=8.74%
G=1.94%
B=89.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92920.900.9800.64244.6795.7418.43
Hex925C5A62040f56012
Octal112134132142010036514022
Binary1001101011100101101011000100100000011110101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09025C; }

 p { color: rgb(9,2,92); }

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

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

 a { background-color: rgb(9,2,92); }

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

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

 span { border-color: rgb(9,2,92); }

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