Html Css Color HEX #091C42 Midnight Express

📋 copy color: '#091C42'

red 9 ◦ green 28 ◦ blue 66

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

Shades of Midnight Express #091C42

Tints of Midnight Express #091C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.18%

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

R = 8.74%
G = 27.18%
B = 64.08%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091C42 (or 0x091C42) is known color: Midnight Express. HEX triplet: 09, 1C and 42. RGB value is (9,28,66). Sum of RGB (Red+Green+Blue) = 9+28+66=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #091C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C42 is #F6E3BD. Grayscale: #1A1A1A. Windows color (decimal): -16180158 or 4332553. OLE color: 4332553.

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

Color convert

RGB 9 28 66 -
CMYK 0.86 0.58 0 0.74
HSL 220º 0.76% 0.15% -
HSV(B) 220º 0.86% 0.26% -
XYZ 1.51 1.28 5.32 -
YUV 26.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 9 28 66 0.86 0.58 0 0.74 220 0.76 0.15
Hex 9 1C 42 56 3A 0 4A DC 4C F
Octal 11 34 102 126 72 0 112 334 114 17
Binary 1001 11100 1000010 1010110 111010 0 1001010 11011100 1001100 1111

Color Harmonies of #091C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C42

Black with #091C42

Text Example


Text Example

White with #091C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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