Html Css Color HEX #090C32 Midnight Express

📋 copy color: '#090C32'

red 9 ◦ green 12 ◦ blue 50

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

Shades of Midnight Express #090C32

Tints of Midnight Express #090C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.9%

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

R = 12.68%
G = 16.9%
B = 70.42%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090C32 (or 0x090C32) is known color: Midnight Express. HEX triplet: 09, 0C and 32. RGB value is (9,12,50). Sum of RGB (Red+Green+Blue) = 9+12+50=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #090C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C32 is #F6F3CD. Grayscale: #0F0F0F. Windows color (decimal): -16184270 or 3279881. OLE color: 3279881.

HSL color Cylindrical-coordinate representation of color #090C32: hue angle of 235.61º 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 #090C32 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 12 50 -
CMYK 0.82 0.76 0 0.80
HSL 235.61º 0.69% 0.12% -
HSV(B) 235.61º 0.82% 0.2% -
XYZ 0.82 0.55 3.08 -
YUV 15.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 9 12 50 0.82 0.76 0 0.80 235.61 0.69 0.12
Hex 9 C 32 52 4C 0 50 EC 45 C
Octal 11 14 62 122 114 0 120 354 105 14
Binary 1001 1100 110010 1010010 1001100 0 1010000 11101100 1000101 1100

Color Harmonies of #090C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C32

Black with #090C32

Text Example


Text Example

White with #090C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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