Html Css Color HEX #09142B Midnight Express

📋 copy color: '#09142B'

red 9 ◦ green 20 ◦ blue 43

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

Shades of Midnight Express #09142B

Tints of Midnight Express #09142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 12.5%
G = 27.78%
B = 59.72%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09142B (or 0x09142B) is known color: Midnight Express. HEX triplet: 09, 14 and 2B. RGB value is (9,20,43). Sum of RGB (Red+Green+Blue) = 9+20+43=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #09142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09142B is #F6EBD4. Grayscale: #131313. Windows color (decimal): -16182229 or 2823177. OLE color: 2823177.

HSL color Cylindrical-coordinate representation of color #09142B: hue angle of 220.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09142B is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 20 43 -
CMYK 0.79 0.53 0 0.83
HSL 220.59º 0.65% 0.1% -
HSV(B) 220.59º 0.79% 0.17% -
XYZ 0.8 0.73 2.38 -
YUV 19.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 9 20 43 0.79 0.53 0 0.83 220.59 0.65 0.1
Hex 9 14 2B 4F 35 0 53 DD 41 A
Octal 11 24 53 117 65 0 123 335 101 12
Binary 1001 10100 101011 1001111 110101 0 1010011 11011101 1000001 1010

Color Harmonies of #09142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09142B

Black with #09142B

Text Example


Text Example

White with #09142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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