Html Css Color HEX #09132D Midnight Express

📋 copy color: '#09132D'

red 9 ◦ green 19 ◦ blue 45

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

Shades of Midnight Express #09132D

Tints of Midnight Express #09132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

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

R = 12.33%
G = 26.03%
B = 61.64%

CMYK

 C value IS 0.8

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09132D (or 0x09132D) is known color: Midnight Express. HEX triplet: 09, 13 and 2D. RGB value is (9,19,45). Sum of RGB (Red+Green+Blue) = 9+19+45=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #09132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09132D is #F6ECD2. Grayscale: #121212. Windows color (decimal): -16182483 or 2953993. OLE color: 2953993.

HSL color Cylindrical-coordinate representation of color #09132D: hue angle of 223.33º 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 #09132D is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 19 45 -
CMYK 0.8 0.58 0 0.82
HSL 223.33º 0.67% 0.11% -
HSV(B) 223.33º 0.8% 0.18% -
XYZ 0.82 0.71 2.58 -
YUV 18.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 9 19 45 0.8 0.58 0 0.82 223.33 0.67 0.11
Hex 9 13 2D 50 3A 0 52 DF 43 B
Octal 11 23 55 120 72 0 122 337 103 13
Binary 1001 10011 101101 1010000 111010 0 1010010 11011111 1000011 1011

Color Harmonies of #09132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09132D

Black with #09132D

Text Example


Text Example

White with #09132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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