Html Css Color HEX #090C4A Midnight Express

📋 copy color: '#090C4A'

red 9 ◦ green 12 ◦ blue 74

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

Shades of Midnight Express #090C4A

Tints of Midnight Express #090C4A

RGB

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

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

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

R = 9.47%
G = 12.63%
B = 77.89%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#090C4A (or 0x090C4A) is known color: Midnight Express. HEX triplet: 09, 0C and 4A. RGB value is (9,12,74). Sum of RGB (Red+Green+Blue) = 9+12+74=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #090C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C4A is #F6F3B5. Grayscale: #111111. Windows color (decimal): -16184246 or 4852745. OLE color: 4852745.

HSL color Cylindrical-coordinate representation of color #090C4A: hue angle of 237.23º 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 #090C4A is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 12 74 -
CMYK 0.88 0.84 0 0.71
HSL 237.23º 0.78% 0.16% -
HSV(B) 237.23º 0.88% 0.29% -
XYZ 1.48 0.82 6.56 -
YUV 18.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 9 12 74 0.88 0.84 0 0.71 237.23 0.78 0.16
Hex 9 C 4A 58 54 0 47 ED 4E 10
Octal 11 14 112 130 124 0 107 355 116 20
Binary 1001 1100 1001010 1011000 1010100 0 1000111 11101101 1001110 10000

Color Harmonies of #090C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C4A

Black with #090C4A

Text Example


Text Example

White with #090C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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