Html Css Color HEX #09122F Midnight Express

📋 copy color: '#09122F'

red 9 ◦ green 18 ◦ blue 47

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

Shades of Midnight Express #09122F

Tints of Midnight Express #09122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

 BLUE value IS 47 (18.75% from 255) = 63.51%

R = 12.16%
G = 24.32%
B = 63.51%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09122F (or 0x09122F) is known color: Midnight Express. HEX triplet: 09, 12 and 2F. RGB value is (9,18,47). Sum of RGB (Red+Green+Blue) = 9+18+47=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #09122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122F is #F6EDD0. Grayscale: #121212. Windows color (decimal): -16182737 or 3084809. OLE color: 3084809.

HSL color Cylindrical-coordinate representation of color #09122F: hue angle of 225.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09122F is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 18 47 -
CMYK 0.81 0.62 0 0.82
HSL 225.79º 0.68% 0.11% -
HSV(B) 225.79º 0.81% 0.18% -
XYZ 0.84 0.7 2.78 -
YUV 18.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 9 18 47 0.81 0.62 0 0.82 225.79 0.68 0.11
Hex 9 12 2F 51 3E 0 52 E2 44 B
Octal 11 22 57 121 76 0 122 342 104 13
Binary 1001 10010 101111 1010001 111110 0 1010010 11100010 1000100 1011

Color Harmonies of #09122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09122F

Black with #09122F

Text Example


Text Example

White with #09122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09122F; }

 p { color: rgb(9,18,47); }

 H1.HeaderClassName
 {
   color: #09122F;
 }
 .AnyTagClassName
 {
   color: #09122F;
 }
</style>

background-color css

<style>
 a { background-color: #09122F; }

 a { background-color: rgb(9,18,47); }

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

border-color css

<style>
 span { border-color: #09122F; }

 span { border-color: rgb(9,18,47); }

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