Html Css Color HEX #090E4A Midnight Express

📋 copy color: '#090E4A'

red 9 ◦ green 14 ◦ blue 74

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

Shades of Midnight Express #090E4A

Tints of Midnight Express #090E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

 BLUE value IS 74 (29.3% from 255) = 76.29%

R = 9.28%
G = 14.43%
B = 76.29%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#090E4A (or 0x090E4A) is known color: Midnight Express. HEX triplet: 09, 0E and 4A. RGB value is (9,14,74). Sum of RGB (Red+Green+Blue) = 9+14+74=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 74 (29.30% from 255 or 76.29% from 97); Max value from RGB is 74 - color contains mainly: blue. Hex color #090E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E4A is #F6F1B5. Grayscale: #131313. Windows color (decimal): -16183734 or 4853257. OLE color: 4853257.

HSL color Cylindrical-coordinate representation of color #090E4A: hue angle of 235.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090E4A is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 14 74 -
CMYK 0.88 0.81 0 0.71
HSL 235.38º 0.78% 0.16% -
HSV(B) 235.38º 0.88% 0.29% -
XYZ 1.51 0.87 6.57 -
YUV 19.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 9 14 74 0.88 0.81 0 0.71 235.38 0.78 0.16
Hex 9 E 4A 58 51 0 47 EB 4E 10
Octal 11 16 112 130 121 0 107 353 116 20
Binary 1001 1110 1001010 1011000 1010001 0 1000111 11101011 1001110 10000

Color Harmonies of #090E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E4A

Black with #090E4A

Text Example


Text Example

White with #090E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,14,74); }

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

background-color css

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

 a { background-color: rgb(9,14,74); }

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

border-color css

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

 span { border-color: rgb(9,14,74); }

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