Html Css Color HEX #09104A Midnight Express

📋 copy color: '#09104A'

red 9 ◦ green 16 ◦ blue 74

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

Shades of Midnight Express #09104A

Tints of Midnight Express #09104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 9.09%
G = 16.16%
B = 74.75%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09104A (or 0x09104A) is known color: Midnight Express. HEX triplet: 09, 10 and 4A. RGB value is (9,16,74). Sum of RGB (Red+Green+Blue) = 9+16+74=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #09104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09104A is #F6EFB5. Grayscale: #141414. Windows color (decimal): -16183222 or 4853769. OLE color: 4853769.

HSL color Cylindrical-coordinate representation of color #09104A: hue angle of 233.54º 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 #09104A is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 16 74 -
CMYK 0.88 0.78 0 0.71
HSL 233.54º 0.78% 0.16% -
HSV(B) 233.54º 0.88% 0.29% -
XYZ 1.53 0.92 6.58 -
YUV 20.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 9 16 74 0.88 0.78 0 0.71 233.54 0.78 0.16
Hex 9 10 4A 58 4E 0 47 EA 4E 10
Octal 11 20 112 130 116 0 107 352 116 20
Binary 1001 10000 1001010 1011000 1001110 0 1000111 11101010 1001110 10000

Color Harmonies of #09104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09104A

Black with #09104A

Text Example


Text Example

White with #09104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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