Html Css Color HEX #092045 Midnight Express

📋 copy color: '#092045'

red 9 ◦ green 32 ◦ blue 69

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

Shades of Midnight Express #092045

Tints of Midnight Express #092045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

 BLUE value IS 69 (27.34% from 255) = 62.73%

R = 8.18%
G = 29.09%
B = 62.73%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092045 (or 0x092045) is known color: Midnight Express. HEX triplet: 09, 20 and 45. RGB value is (9,32,69). Sum of RGB (Red+Green+Blue) = 9+32+69=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #092045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092045 is #F6DFBA. Grayscale: #1D1D1D. Windows color (decimal): -16179131 or 4530185. OLE color: 4530185.

HSL color Cylindrical-coordinate representation of color #092045: hue angle of 217º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092045 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 32 69 -
CMYK 0.87 0.54 0 0.73
HSL 217º 0.77% 0.15% -
HSV(B) 217º 0.87% 0.27% -
XYZ 1.7 1.52 5.83 -
YUV 29.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 9 32 69 0.87 0.54 0 0.73 217 0.77 0.15
Hex 9 20 45 57 36 0 49 D9 4D F
Octal 11 40 105 127 66 0 111 331 115 17
Binary 1001 100000 1000101 1010111 110110 0 1001001 11011001 1001101 1111

Color Harmonies of #092045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092045

Black with #092045

Text Example


Text Example

White with #092045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092045; }

 p { color: rgb(9,32,69); }

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

background-color css

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

 a { background-color: rgb(9,32,69); }

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

border-color css

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

 span { border-color: rgb(9,32,69); }

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