Html Css Color HEX #09142C Midnight Express

📋 copy color: '#09142C'

red 9 ◦ green 20 ◦ blue 44

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

Shades of Midnight Express #09142C

Tints of Midnight Express #09142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 60.27%

R = 12.33%
G = 27.4%
B = 60.27%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09142C (or 0x09142C) is known color: Midnight Express. HEX triplet: 09, 14 and 2C. RGB value is (9,20,44). Sum of RGB (Red+Green+Blue) = 9+20+44=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #09142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09142C is #F6EBD3. Grayscale: #131313. Windows color (decimal): -16182228 or 2888713. OLE color: 2888713.

HSL color Cylindrical-coordinate representation of color #09142C: hue angle of 221.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09142C is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 20 44 -
CMYK 0.80 0.55 0 0.83
HSL 221.14º 0.66% 0.1% -
HSV(B) 221.14º 0.8% 0.17% -
XYZ 0.82 0.74 2.48 -
YUV 19.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 9 20 44 0.80 0.55 0 0.83 221.14 0.66 0.1
Hex 9 14 2C 50 37 0 53 DD 42 A
Octal 11 24 54 120 67 0 123 335 102 12
Binary 1001 10100 101100 1010000 110111 0 1010011 11011101 1000010 1010

Color Harmonies of #09142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09142C

Black with #09142C

Text Example


Text Example

White with #09142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09142C; }

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

 H1.HeaderClassName
 {
   color: #09142C;
 }
 .AnyTagClassName
 {
   color: #09142C;
 }
</style>

background-color css

<style>
 a { background-color: #09142C; }

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

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

border-color css

<style>
 span { border-color: #09142C; }

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

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