Html Css Color HEX #09114B Midnight Express

📋 copy color: '#09114B'

red 9 ◦ green 17 ◦ blue 75

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

Shades of Midnight Express #09114B

Tints of Midnight Express #09114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

 BLUE value IS 75 (29.69% from 255) = 74.26%

R = 8.91%
G = 16.83%
B = 74.26%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09114B (or 0x09114B) is known color: Midnight Express. HEX triplet: 09, 11 and 4B. RGB value is (9,17,75). Sum of RGB (Red+Green+Blue) = 9+17+75=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #09114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09114B is #F6EEB4. Grayscale: #141414. Windows color (decimal): -16182965 or 4919561. OLE color: 4919561.

HSL color Cylindrical-coordinate representation of color #09114B: hue angle of 232.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09114B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 17 75 -
CMYK 0.88 0.77 0 0.71
HSL 232.73º 0.79% 0.16% -
HSV(B) 232.73º 0.88% 0.29% -
XYZ 1.58 0.97 6.76 -
YUV 21.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 9 17 75 0.88 0.77 0 0.71 232.73 0.79 0.16
Hex 9 11 4B 58 4D 0 47 E9 4F 10
Octal 11 21 113 130 115 0 107 351 117 20
Binary 1001 10001 1001011 1011000 1001101 0 1000111 11101001 1001111 10000

Color Harmonies of #09114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09114B

Black with #09114B

Text Example


Text Example

White with #09114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,17,75); }

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

background-color css

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

 a { background-color: rgb(9,17,75); }

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

border-color css

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

 span { border-color: rgb(9,17,75); }

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