Html Css Color HEX #09005E Midnight Blue

📋 copy color: '#09005E'

red 9 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #09005E

Tints of Midnight Blue #09005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.74%
G = 0%
B = 91.26%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09005E (or 0x09005E) is known color: Midnight Blue. HEX triplet: 09, 00 and 5E. RGB value is (9,0,94). Sum of RGB (Red+Green+Blue) = 9+0+94=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 94 (37.11% from 255 or 91.26% from 103); Max value from RGB is 94 - color contains mainly: blue. Hex color #09005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09005E is #F6FFA1. Grayscale: #0D0D0D. Windows color (decimal): -16187298 or 6160393. OLE color: 6160393.

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

Color convert

RGB 9 0 94 -
CMYK 0.90 1 0 0.63
HSL 245.74º 1% 0.18% -
HSV(B) 245.74º 1% 0.37% -
XYZ 2.13 0.87 10.64 -
YUV 13.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 9 0 94 0.90 1 0 0.63 245.74 1 0.18
Hex 9 0 5E 5A 64 0 3F F6 64 12
Octal 11 0 136 132 144 0 77 366 144 22
Binary 1001 0 1011110 1011010 1100100 0 111111 11110110 1100100 10010

Color Harmonies of #09005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09005E

Black with #09005E

Text Example


Text Example

White with #09005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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