Html Css Color HEX #09124A Midnight Express

📋 copy color: '#09124A'

red 9 ◦ green 18 ◦ blue 74

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

Shades of Midnight Express #09124A

Tints of Midnight Express #09124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

 BLUE value IS 74 (29.3% from 255) = 73.27%

R = 8.91%
G = 17.82%
B = 73.27%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09124A (or 0x09124A) is known color: Midnight Express. HEX triplet: 09, 12 and 4A. RGB value is (9,18,74). Sum of RGB (Red+Green+Blue) = 9+18+74=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #09124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09124A is #F6EDB5. Grayscale: #151515. Windows color (decimal): -16182710 or 4854281. OLE color: 4854281.

HSL color Cylindrical-coordinate representation of color #09124A: hue angle of 231.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09124A is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 18 74 -
CMYK 0.88 0.76 0 0.71
HSL 231.69º 0.78% 0.16% -
HSV(B) 231.69º 0.88% 0.29% -
XYZ 1.56 0.99 6.59 -
YUV 21.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 9 18 74 0.88 0.76 0 0.71 231.69 0.78 0.16
Hex 9 12 4A 58 4C 0 47 E8 4E 10
Octal 11 22 112 130 114 0 107 350 116 20
Binary 1001 10010 1001010 1011000 1001100 0 1000111 11101000 1001110 10000

Color Harmonies of #09124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09124A

Black with #09124A

Text Example


Text Example

White with #09124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,18,74); }

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

background-color css

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

 a { background-color: rgb(9,18,74); }

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

border-color css

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

 span { border-color: rgb(9,18,74); }

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