Html Css Color HEX #090F4C Midnight Express

📋 copy color: '#090F4C'

red 9 ◦ green 15 ◦ blue 76

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

Shades of Midnight Express #090F4C

Tints of Midnight Express #090F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 76 (30.08% from 255) = 76%

R = 9%
G = 15%
B = 76%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#090F4C (or 0x090F4C) is known color: Midnight Express. HEX triplet: 09, 0F and 4C. RGB value is (9,15,76). Sum of RGB (Red+Green+Blue) = 9+15+76=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #090F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F4C is #F6F0B3. Grayscale: #131313. Windows color (decimal): -16183476 or 4984585. OLE color: 4984585.

HSL color Cylindrical-coordinate representation of color #090F4C: hue angle of 234.63º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090F4C is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 15 76 -
CMYK 0.88 0.80 0 0.70
HSL 234.63º 0.79% 0.17% -
HSV(B) 234.63º 0.88% 0.3% -
XYZ 1.59 0.92 6.93 -
YUV 20.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 9 15 76 0.88 0.80 0 0.70 234.63 0.79 0.17
Hex 9 F 4C 58 50 0 46 EB 4F 11
Octal 11 17 114 130 120 0 106 353 117 21
Binary 1001 1111 1001100 1011000 1010000 0 1000110 11101011 1001111 10001

Color Harmonies of #090F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F4C

Black with #090F4C

Text Example


Text Example

White with #090F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,15,76); }

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

background-color css

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

 a { background-color: rgb(9,15,76); }

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

border-color css

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

 span { border-color: rgb(9,15,76); }

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