Html Css Color HEX #09025D Midnight Blue

📋 copy color: '#09025D'

red 9 ◦ green 2 ◦ blue 93

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

Shades of Midnight Blue #09025D

Tints of Midnight Blue #09025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 89.42%

R = 8.65%
G = 1.92%
B = 89.42%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09025D (or 0x09025D) is known color: Midnight Blue. HEX triplet: 09, 02 and 5D. RGB value is (9,2,93). Sum of RGB (Red+Green+Blue) = 9+2+93=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 93 (36.72% from 255 or 89.42% from 104); Max value from RGB is 93 - color contains mainly: blue. Hex color #09025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09025D is #F6FDA2. Grayscale: #0E0E0E. Windows color (decimal): -16186787 or 6095369. OLE color: 6095369.

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

Color convert

RGB 9 2 93 -
CMYK 0.90 0.98 0 0.64
HSL 244.62º 0.96% 0.19% -
HSV(B) 244.62º 0.98% 0.36% -
XYZ 2.11 0.89 10.42 -
YUV 14.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 9 2 93 0.90 0.98 0 0.64 244.62 0.96 0.19
Hex 9 2 5D 5A 62 0 40 F5 60 13
Octal 11 2 135 132 142 0 100 365 140 23
Binary 1001 10 1011101 1011010 1100010 0 1000000 11110101 1100000 10011

Color Harmonies of #09025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09025D

Black with #09025D

Text Example


Text Example

White with #09025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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