Html Css Color HEX #09123A Midnight Express

📋 copy color: '#09123A'

red 9 ◦ green 18 ◦ blue 58

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

Shades of Midnight Express #09123A

Tints of Midnight Express #09123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 68.24%

R = 10.59%
G = 21.18%
B = 68.24%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09123A (or 0x09123A) is known color: Midnight Express. HEX triplet: 09, 12 and 3A. RGB value is (9,18,58). Sum of RGB (Red+Green+Blue) = 9+18+58=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #09123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09123A is #F6EDC5. Grayscale: #131313. Windows color (decimal): -16182726 or 3805705. OLE color: 3805705.

HSL color Cylindrical-coordinate representation of color #09123A: hue angle of 228.98º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09123A is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 18 58 -
CMYK 0.84 0.69 0 0.77
HSL 228.98º 0.73% 0.13% -
HSV(B) 228.98º 0.84% 0.23% -
XYZ 1.09 0.8 4.1 -
YUV 19.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 9 18 58 0.84 0.69 0 0.77 228.98 0.73 0.13
Hex 9 12 3A 54 45 0 4D E5 49 D
Octal 11 22 72 124 105 0 115 345 111 15
Binary 1001 10010 111010 1010100 1000101 0 1001101 11100101 1001001 1101

Color Harmonies of #09123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09123A

Black with #09123A

Text Example


Text Example

White with #09123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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