Html Css Color HEX #09025E Midnight Blue

📋 copy color: '#09025E'

red 9 ◦ green 2 ◦ blue 94

#09025E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #09025E

Tints of Midnight Blue #09025E

RGB

 RED value IS 9 (3.91% from 255) = 8.57%

 GREEN value IS 2 (1.17% from 255) = 1.9%

 BLUE value IS 94 (37.11% from 255) = 89.52%

R = 8.57%
G = 1.9%
B = 89.52%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09025E (or 0x09025E) is known color: Midnight Blue. HEX triplet: 09, 02 and 5E. RGB value is (9,2,94). Sum of RGB (Red+Green+Blue) = 9+2+94=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #09025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09025E is #F6FDA1. Grayscale: #0E0E0E. Windows color (decimal): -16186786 or 6160905. OLE color: 6160905.

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

Color convert

RGB 9 2 94 -
CMYK 0.90 0.98 0 0.63
HSL 244.57º 0.96% 0.19% -
HSV(B) 244.57º 0.98% 0.37% -
XYZ 2.15 0.91 10.65 -
YUV 14.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 9 2 94 0.90 0.98 0 0.63 244.57 0.96 0.19
Hex 9 2 5E 5A 62 0 3F F5 60 13
Octal 11 2 136 132 142 0 77 365 140 23
Binary 1001 10 1011110 1011010 1100010 0 111111 11110101 1100000 10011

Color Harmonies of #09025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09025E

Black with #09025E

Text Example


Text Example

White with #09025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09025E;
 }
 .AnyTagClassName
 {
   color: #09025E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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