#091334

Color #091334 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #091334

Tints of Midnight Express #091334

Color information

#091334 (or 0x091334) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 34. RGB value is (9,19,52). Sum of RGB (Red+Green+Blue) = 9+19+52=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #091334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091334 is #F6ECCB. Grayscale: #131313. Windows color (decimal): -16182476 or 3412745. OLE color: 3412745.

HSL color Cylindrical-coordinate representation of color #091334: hue angle of 226.05º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091334 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91952-
CMYK0.830.6300.80
HSL226.05º70.49%11.96%-
HSV(B)226.05º82.69%20.39%-
XYZ0.970.773.35-
YUV19.77146.19120.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 52 (20.70% from 255) = 65%
R=11.25%
G=23.75%
B=65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal919520.830.6300.80226.0570.4911.96
Hex91334533F050e246c
Octal11236412377012034210614
Binary1001100111101001010011111111010100001110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091334; }

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

 H1.HeaderClassName
 {
   color: #091334;
 }
 .AnyTagClassName
 {
   color: #091334;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #091334;
 }
 .BgClassName
 {
   background-color: #091334;
 }
</style>
border-color css

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

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

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