Html Css Color HEX #09053F Midnight Express

📋 copy color: '#09053F'

red 9 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #09053F

Tints of Midnight Express #09053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 81.82%

R = 11.69%
G = 6.49%
B = 81.82%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09053F (or 0x09053F) is known color: Midnight Express. HEX triplet: 09, 05 and 3F. RGB value is (9,5,63). Sum of RGB (Red+Green+Blue) = 9+5+63=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 63 (25% from 255 or 81.82% from 77); Max value from RGB is 63 - color contains mainly: blue. Hex color #09053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053F is #F6FAC0. Grayscale: #0C0C0C. Windows color (decimal): -16186049 or 4130057. OLE color: 4130057.

HSL color Cylindrical-coordinate representation of color #09053F: hue angle of 244.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09053F is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 5 63 -
CMYK 0.86 0.92 0 0.75
HSL 244.14º 0.85% 0.13% -
HSV(B) 244.14º 0.92% 0.25% -
XYZ 1.06 0.53 4.75 -
YUV 12.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 9 5 63 0.86 0.92 0 0.75 244.14 0.85 0.13
Hex 9 5 3F 56 5C 0 4B F4 55 D
Octal 11 5 77 126 134 0 113 364 125 15
Binary 1001 101 111111 1010110 1011100 0 1001011 11110100 1010101 1101

Color Harmonies of #09053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09053F

Black with #09053F

Text Example


Text Example

White with #09053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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