Html Css Color HEX #090F48 Midnight Express

📋 copy color: '#090F48'

red 9 ◦ green 15 ◦ blue 72

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

Shades of Midnight Express #090F48

Tints of Midnight Express #090F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 75%

R = 9.38%
G = 15.63%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#090F48 (or 0x090F48) is known color: Midnight Express. HEX triplet: 09, 0F and 48. RGB value is (9,15,72). Sum of RGB (Red+Green+Blue) = 9+15+72=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #090F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F48 is #F6F0B7. Grayscale: #131313. Windows color (decimal): -16183480 or 4722441. OLE color: 4722441.

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

Color convert

RGB 9 15 72 -
CMYK 0.88 0.79 0 0.72
HSL 234.29º 0.78% 0.16% -
HSV(B) 234.29º 0.88% 0.28% -
XYZ 1.45 0.87 6.22 -
YUV 19.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 9 15 72 0.88 0.79 0 0.72 234.29 0.78 0.16
Hex 9 F 48 58 4F 0 48 EA 4E 10
Octal 11 17 110 130 117 0 110 352 116 20
Binary 1001 1111 1001000 1011000 1001111 0 1001000 11101010 1001110 10000

Color Harmonies of #090F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F48

Black with #090F48

Text Example


Text Example

White with #090F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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