Html Css Color HEX #09152D Midnight Express

📋 copy color: '#09152D'

red 9 ◦ green 21 ◦ blue 45

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

Shades of Midnight Express #09152D

Tints of Midnight Express #09152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 60%

R = 12%
G = 28%
B = 60%

CMYK

 C value IS 0.8

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09152D (or 0x09152D) is known color: Midnight Express. HEX triplet: 09, 15 and 2D. RGB value is (9,21,45). Sum of RGB (Red+Green+Blue) = 9+21+45=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #09152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09152D is #F6EAD2. Grayscale: #141414. Windows color (decimal): -16181971 or 2954505. OLE color: 2954505.

HSL color Cylindrical-coordinate representation of color #09152D: hue angle of 220º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09152D is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 21 45 -
CMYK 0.8 0.53 0 0.82
HSL 220º 0.67% 0.11% -
HSV(B) 220º 0.8% 0.18% -
XYZ 0.85 0.78 2.59 -
YUV 20.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 9 21 45 0.8 0.53 0 0.82 220 0.67 0.11
Hex 9 15 2D 50 35 0 52 DC 43 B
Octal 11 25 55 120 65 0 122 334 103 13
Binary 1001 10101 101101 1010000 110101 0 1010010 11011100 1000011 1011

Color Harmonies of #09152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09152D

Black with #09152D

Text Example


Text Example

White with #09152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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