Html Css Color HEX #091235 Midnight Express

📋 copy color: '#091235'

red 9 ◦ green 18 ◦ blue 53

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

Shades of Midnight Express #091235

Tints of Midnight Express #091235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

 BLUE value IS 53 (21.09% from 255) = 66.25%

R = 11.25%
G = 22.5%
B = 66.25%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#091235 (or 0x091235) is known color: Midnight Express. HEX triplet: 09, 12 and 35. RGB value is (9,18,53). Sum of RGB (Red+Green+Blue) = 9+18+53=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #091235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091235 is #F6EDCA. Grayscale: #131313. Windows color (decimal): -16182731 or 3478025. OLE color: 3478025.

HSL color Cylindrical-coordinate representation of color #091235: hue angle of 227.73º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091235 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 18 53 -
CMYK 0.83 0.66 0 0.79
HSL 227.73º 0.71% 0.12% -
HSV(B) 227.73º 0.83% 0.21% -
XYZ 0.97 0.75 3.46 -
YUV 19.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 9 18 53 0.83 0.66 0 0.79 227.73 0.71 0.12
Hex 9 12 35 53 42 0 4F E4 47 C
Octal 11 22 65 123 102 0 117 344 107 14
Binary 1001 10010 110101 1010011 1000010 0 1001111 11100100 1000111 1100

Color Harmonies of #091235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091235

Black with #091235

Text Example


Text Example

White with #091235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091235; }

 p { color: rgb(9,18,53); }

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

background-color css

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

 a { background-color: rgb(9,18,53); }

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

border-color css

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

 span { border-color: rgb(9,18,53); }

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