Html Css Color HEX #091530 Midnight Express

📋 copy color: '#091530'

red 9 ◦ green 21 ◦ blue 48

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

Shades of Midnight Express #091530

Tints of Midnight Express #091530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 48 (19.14% from 255) = 61.54%

R = 11.54%
G = 26.92%
B = 61.54%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091530 (or 0x091530) is known color: Midnight Express. HEX triplet: 09, 15 and 30. RGB value is (9,21,48). Sum of RGB (Red+Green+Blue) = 9+21+48=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #091530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091530 is #F6EACF. Grayscale: #141414. Windows color (decimal): -16181968 or 3151113. OLE color: 3151113.

HSL color Cylindrical-coordinate representation of color #091530: hue angle of 221.54º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091530 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 21 48 -
CMYK 0.81 0.56 0 0.81
HSL 221.54º 0.68% 0.11% -
HSV(B) 221.54º 0.81% 0.19% -
XYZ 0.91 0.81 2.9 -
YUV 20.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 9 21 48 0.81 0.56 0 0.81 221.54 0.68 0.11
Hex 9 15 30 51 38 0 51 DE 44 B
Octal 11 25 60 121 70 0 121 336 104 13
Binary 1001 10101 110000 1010001 111000 0 1010001 11011110 1000100 1011

Color Harmonies of #091530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091530

Black with #091530

Text Example


Text Example

White with #091530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091530; }

 p { color: rgb(9,21,48); }

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

background-color css

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

 a { background-color: rgb(9,21,48); }

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

border-color css

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

 span { border-color: rgb(9,21,48); }

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