Html Css Color HEX #091342 Midnight Express

📋 copy color: '#091342'

red 9 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #091342

Tints of Midnight Express #091342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 70.21%

R = 9.57%
G = 20.21%
B = 70.21%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091342 (or 0x091342) is known color: Midnight Express. HEX triplet: 09, 13 and 42. RGB value is (9,19,66). Sum of RGB (Red+Green+Blue) = 9+19+66=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 66 (26.17% from 255 or 70.21% from 94); Max value from RGB is 66 - color contains mainly: blue. Hex color #091342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091342 is #F6ECBD. Grayscale: #151515. Windows color (decimal): -16182462 or 4330249. OLE color: 4330249.

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

Color convert

RGB 9 19 66 -
CMYK 0.86 0.71 0 0.74
HSL 229.47º 0.76% 0.15% -
HSV(B) 229.47º 0.86% 0.26% -
XYZ 1.33 0.92 5.26 -
YUV 21.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 9 19 66 0.86 0.71 0 0.74 229.47 0.76 0.15
Hex 9 13 42 56 47 0 4A E5 4C F
Octal 11 23 102 126 107 0 112 345 114 17
Binary 1001 10011 1000010 1010110 1000111 0 1001010 11100101 1001100 1111

Color Harmonies of #091342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091342

Black with #091342

Text Example


Text Example

White with #091342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091342; }

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

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

background-color css

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

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

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

border-color css

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

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

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