Html Css Color HEX #091341 Midnight Express

📋 copy color: '#091341'

red 9 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #091341

Tints of Midnight Express #091341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 69.89%

R = 9.68%
G = 20.43%
B = 69.89%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091341 (or 0x091341) is known color: Midnight Express. HEX triplet: 09, 13 and 41. RGB value is (9,19,65). Sum of RGB (Red+Green+Blue) = 9+19+65=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #091341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091341 is #F6ECBE. Grayscale: #151515. Windows color (decimal): -16182463 or 4264713. OLE color: 4264713.

HSL color Cylindrical-coordinate representation of color #091341: hue angle of 229.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091341 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 19 65 -
CMYK 0.86 0.71 0 0.75
HSL 229.29º 0.76% 0.15% -
HSV(B) 229.29º 0.86% 0.25% -
XYZ 1.3 0.91 5.11 -
YUV 21.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 9 19 65 0.86 0.71 0 0.75 229.29 0.76 0.15
Hex 9 13 41 56 47 0 4B E5 4C F
Octal 11 23 101 126 107 0 113 345 114 17
Binary 1001 10011 1000001 1010110 1000111 0 1001011 11100101 1001100 1111

Color Harmonies of #091341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091341

Black with #091341

Text Example


Text Example

White with #091341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091341; }

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

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

background-color css

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

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

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

border-color css

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

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

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