Html Css Color HEX #091B42 Midnight Express

📋 copy color: '#091B42'

red 9 ◦ green 27 ◦ blue 66

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

Shades of Midnight Express #091B42

Tints of Midnight Express #091B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.47%

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

R = 8.82%
G = 26.47%
B = 64.71%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091B42 (or 0x091B42) is known color: Midnight Express. HEX triplet: 09, 1B and 42. RGB value is (9,27,66). Sum of RGB (Red+Green+Blue) = 9+27+66=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 66 (26.17% from 255 or 64.71% from 102); Max value from RGB is 66 - color contains mainly: blue. Hex color #091B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B42 is #F6E4BD. Grayscale: #191919. Windows color (decimal): -16180414 or 4332297. OLE color: 4332297.

HSL color Cylindrical-coordinate representation of color #091B42: hue angle of 221.05º 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 #091B42 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 27 66 -
CMYK 0.86 0.59 0 0.74
HSL 221.05º 0.76% 0.15% -
HSV(B) 221.05º 0.86% 0.26% -
XYZ 1.49 1.24 5.31 -
YUV 26.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 9 27 66 0.86 0.59 0 0.74 221.05 0.76 0.15
Hex 9 1B 42 56 3B 0 4A DD 4C F
Octal 11 33 102 126 73 0 112 335 114 17
Binary 1001 11011 1000010 1010110 111011 0 1001010 11011101 1001100 1111

Color Harmonies of #091B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B42

Black with #091B42

Text Example


Text Example

White with #091B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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