Html Css Color HEX #09114A Midnight Express

📋 copy color: '#09114A'

red 9 ◦ green 17 ◦ blue 74

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

Shades of Midnight Express #09114A

Tints of Midnight Express #09114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 9%
G = 17%
B = 74%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09114A (or 0x09114A) is known color: Midnight Express. HEX triplet: 09, 11 and 4A. RGB value is (9,17,74). Sum of RGB (Red+Green+Blue) = 9+17+74=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #09114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09114A is #F6EEB5. Grayscale: #141414. Windows color (decimal): -16182966 or 4854025. OLE color: 4854025.

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

Color convert

RGB 9 17 74 -
CMYK 0.88 0.77 0 0.71
HSL 232.62º 0.78% 0.16% -
HSV(B) 232.62º 0.88% 0.29% -
XYZ 1.55 0.95 6.58 -
YUV 21.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 9 17 74 0.88 0.77 0 0.71 232.62 0.78 0.16
Hex 9 11 4A 58 4D 0 47 E9 4E 10
Octal 11 21 112 130 115 0 107 351 116 20
Binary 1001 10001 1001010 1011000 1001101 0 1000111 11101001 1001110 10000

Color Harmonies of #09114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09114A

Black with #09114A

Text Example


Text Example

White with #09114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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