Html Css Color HEX #09053A Midnight Express

📋 copy color: '#09053A'

red 9 ◦ green 5 ◦ blue 58

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

Shades of Midnight Express #09053A

Tints of Midnight Express #09053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.94%

 BLUE value IS 58 (23.05% from 255) = 80.56%

R = 12.5%
G = 6.94%
B = 80.56%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09053A (or 0x09053A) is known color: Midnight Express. HEX triplet: 09, 05 and 3A. RGB value is (9,5,58). Sum of RGB (Red+Green+Blue) = 9+5+58=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 58 (23.05% from 255 or 80.56% from 72); Max value from RGB is 58 - color contains mainly: blue. Hex color #09053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053A is #F6FAC5. Grayscale: #0C0C0C. Windows color (decimal): -16186054 or 3802377. OLE color: 3802377.

HSL color Cylindrical-coordinate representation of color #09053A: hue angle of 244.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09053A is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 5 58 -
CMYK 0.84 0.91 0 0.77
HSL 244.53º 0.84% 0.12% -
HSV(B) 244.53º 0.91% 0.23% -
XYZ 0.93 0.47 4.05 -
YUV 12.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 9 5 58 0.84 0.91 0 0.77 244.53 0.84 0.12
Hex 9 5 3A 54 5B 0 4D F5 54 C
Octal 11 5 72 124 133 0 115 365 124 14
Binary 1001 101 111010 1010100 1011011 0 1001101 11110101 1010100 1100

Color Harmonies of #09053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09053A

Black with #09053A

Text Example


Text Example

White with #09053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,5,58); }

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

background-color css

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

 a { background-color: rgb(9,5,58); }

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

border-color css

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

 span { border-color: rgb(9,5,58); }

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