Html Css Color HEX #09152A Midnight Express

📋 copy color: '#09152A'

red 9 ◦ green 21 ◦ blue 42

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

Shades of Midnight Express #09152A

Tints of Midnight Express #09152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 42 (16.8% from 255) = 58.33%

R = 12.5%
G = 29.17%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#09152A (or 0x09152A) is known color: Midnight Express. HEX triplet: 09, 15 and 2A. RGB value is (9,21,42). Sum of RGB (Red+Green+Blue) = 9+21+42=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #09152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09152A is #F6EAD5. Grayscale: #131313. Windows color (decimal): -16181974 or 2757897. OLE color: 2757897.

HSL color Cylindrical-coordinate representation of color #09152A: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09152A is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 21 42 -
CMYK 0.79 0.50 0 0.84
HSL 218.18º 0.65% 0.1% -
HSV(B) 218.18º 0.79% 0.16% -
XYZ 0.8 0.76 2.3 -
YUV 19.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 9 21 42 0.79 0.50 0 0.84 218.18 0.65 0.1
Hex 9 15 2A 4F 32 0 54 DA 41 A
Octal 11 25 52 117 62 0 124 332 101 12
Binary 1001 10101 101010 1001111 110010 0 1010100 11011010 1000001 1010

Color Harmonies of #09152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09152A

Black with #09152A

Text Example


Text Example

White with #09152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,21,42); }

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

background-color css

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

 a { background-color: rgb(9,21,42); }

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

border-color css

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

 span { border-color: rgb(9,21,42); }

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