Html Css Color HEX #09005A Midnight Blue

📋 copy color: '#09005A'

red 9 ◦ green 0 ◦ blue 90

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

Shades of Midnight Blue #09005A

Tints of Midnight Blue #09005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 90.91%

R = 9.09%
G = 0%
B = 90.91%

CMYK

 C value IS 0.9

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09005A (or 0x09005A) is known color: Midnight Blue. HEX triplet: 09, 00 and 5A. RGB value is (9,0,90). Sum of RGB (Red+Green+Blue) = 9+0+90=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 90 (35.55% from 255 or 90.91% from 99); Max value from RGB is 90 - color contains mainly: blue. Hex color #09005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09005A is #F6FFA5. Grayscale: #0C0C0C. Windows color (decimal): -16187302 or 5898249. OLE color: 5898249.

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

Color convert

RGB 9 0 90 -
CMYK 0.9 1 0 0.65
HSL 246º 1% 0.18% -
HSV(B) 246º 1% 0.35% -
XYZ 1.96 0.8 9.72 -
YUV 12.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 9 0 90 0.9 1 0 0.65 246 1 0.18
Hex 9 0 5A 5A 64 0 41 F6 64 12
Octal 11 0 132 132 144 0 101 366 144 22
Binary 1001 0 1011010 1011010 1100100 0 1000001 11110110 1100100 10010

Color Harmonies of #09005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09005A

Black with #09005A

Text Example


Text Example

White with #09005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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