Html Css Color HEX #09144A Midnight Express

📋 copy color: '#09144A'

red 9 ◦ green 20 ◦ blue 74

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

Shades of Midnight Express #09144A

Tints of Midnight Express #09144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 8.74%
G = 19.42%
B = 71.84%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09144A (or 0x09144A) is known color: Midnight Express. HEX triplet: 09, 14 and 4A. RGB value is (9,20,74). Sum of RGB (Red+Green+Blue) = 9+20+74=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #09144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09144A is #F6EBB5. Grayscale: #161616. Windows color (decimal): -16182198 or 4854793. OLE color: 4854793.

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

Color convert

RGB 9 20 74 -
CMYK 0.88 0.73 0 0.71
HSL 229.85º 0.78% 0.16% -
HSV(B) 229.85º 0.88% 0.29% -
XYZ 1.6 1.05 6.6 -
YUV 22.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 9 20 74 0.88 0.73 0 0.71 229.85 0.78 0.16
Hex 9 14 4A 58 49 0 47 E6 4E 10
Octal 11 24 112 130 111 0 107 346 116 20
Binary 1001 10100 1001010 1011000 1001001 0 1000111 11100110 1001110 10000

Color Harmonies of #09144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09144A

Black with #09144A

Text Example


Text Example

White with #09144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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