Html Css Color HEX #091230 Midnight Express

📋 copy color: '#091230'

red 9 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #091230

Tints of Midnight Express #091230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 12%
G = 24%
B = 64%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091230 (or 0x091230) is known color: Midnight Express. HEX triplet: 09, 12 and 30. RGB value is (9,18,48). Sum of RGB (Red+Green+Blue) = 9+18+48=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #091230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091230 is #F6EDCF. Grayscale: #121212. Windows color (decimal): -16182736 or 3150345. OLE color: 3150345.

HSL color Cylindrical-coordinate representation of color #091230: hue angle of 226.15º 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 #091230 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 18 48 -
CMYK 0.81 0.63 0 0.81
HSL 226.15º 0.68% 0.11% -
HSV(B) 226.15º 0.81% 0.19% -
XYZ 0.86 0.7 2.89 -
YUV 18.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 9 18 48 0.81 0.63 0 0.81 226.15 0.68 0.11
Hex 9 12 30 51 3F 0 51 E2 44 B
Octal 11 22 60 121 77 0 121 342 104 13
Binary 1001 10010 110000 1010001 111111 0 1010001 11100010 1000100 1011

Color Harmonies of #091230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091230

Black with #091230

Text Example


Text Example

White with #091230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091230; }

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

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

background-color css

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

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

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

border-color css

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

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

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