Html Css Color HEX #092048 Midnight Express

📋 copy color: '#092048'

red 9 ◦ green 32 ◦ blue 72

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

Shades of Midnight Express #092048

Tints of Midnight Express #092048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 63.72%

R = 7.96%
G = 28.32%
B = 63.72%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092048 (or 0x092048) is known color: Midnight Express. HEX triplet: 09, 20 and 48. RGB value is (9,32,72). Sum of RGB (Red+Green+Blue) = 9+32+72=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #092048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092048 is #F6DFB7. Grayscale: #1D1D1D. Windows color (decimal): -16179128 or 4726793. OLE color: 4726793.

HSL color Cylindrical-coordinate representation of color #092048: hue angle of 218.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092048 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 32 72 -
CMYK 0.88 0.56 0 0.72
HSL 218.1º 0.78% 0.16% -
HSV(B) 218.1º 0.88% 0.28% -
XYZ 1.8 1.56 6.34 -
YUV 29.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 9 32 72 0.88 0.56 0 0.72 218.1 0.78 0.16
Hex 9 20 48 58 38 0 48 DA 4E 10
Octal 11 40 110 130 70 0 110 332 116 20
Binary 1001 100000 1001000 1011000 111000 0 1001000 11011010 1001110 10000

Color Harmonies of #092048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092048

Black with #092048

Text Example


Text Example

White with #092048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092048; }

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

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

background-color css

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

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

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

border-color css

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

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

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