Html Css Color HEX #090D32 Midnight Express

📋 copy color: '#090D32'

red 9 ◦ green 13 ◦ blue 50

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

Shades of Midnight Express #090D32

Tints of Midnight Express #090D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.06%

 BLUE value IS 50 (19.92% from 255) = 69.44%

R = 12.5%
G = 18.06%
B = 69.44%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090D32 (or 0x090D32) is known color: Midnight Express. HEX triplet: 09, 0D and 32. RGB value is (9,13,50). Sum of RGB (Red+Green+Blue) = 9+13+50=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #090D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D32 is #F6F2CD. Grayscale: #0F0F0F. Windows color (decimal): -16184014 or 3280137. OLE color: 3280137.

HSL color Cylindrical-coordinate representation of color #090D32: hue angle of 234.15º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090D32 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 13 50 -
CMYK 0.82 0.74 0 0.80
HSL 234.15º 0.69% 0.12% -
HSV(B) 234.15º 0.82% 0.2% -
XYZ 0.83 0.58 3.08 -
YUV 16.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 9 13 50 0.82 0.74 0 0.80 234.15 0.69 0.12
Hex 9 D 32 52 4A 0 50 EA 45 C
Octal 11 15 62 122 112 0 120 352 105 14
Binary 1001 1101 110010 1010010 1001010 0 1010000 11101010 1000101 1100

Color Harmonies of #090D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D32

Black with #090D32

Text Example


Text Example

White with #090D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090D32; }

 p { color: rgb(9,13,50); }

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

background-color css

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

 a { background-color: rgb(9,13,50); }

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

border-color css

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

 span { border-color: rgb(9,13,50); }

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