Html Css Color HEX #09133A Midnight Express

📋 copy color: '#09133A'

red 9 ◦ green 19 ◦ blue 58

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

Shades of Midnight Express #09133A

Tints of Midnight Express #09133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 10.47%
G = 22.09%
B = 67.44%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09133A (or 0x09133A) is known color: Midnight Express. HEX triplet: 09, 13 and 3A. RGB value is (9,19,58). Sum of RGB (Red+Green+Blue) = 9+19+58=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #09133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133A is #F6ECC5. Grayscale: #141414. Windows color (decimal): -16182470 or 3805961. OLE color: 3805961.

HSL color Cylindrical-coordinate representation of color #09133A: hue angle of 227.76º 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 #09133A is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 19 58 -
CMYK 0.84 0.67 0 0.77
HSL 227.76º 0.73% 0.13% -
HSV(B) 227.76º 0.84% 0.23% -
XYZ 1.11 0.83 4.1 -
YUV 20.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 9 19 58 0.84 0.67 0 0.77 227.76 0.73 0.13
Hex 9 13 3A 54 43 0 4D E4 49 D
Octal 11 23 72 124 103 0 115 344 111 15
Binary 1001 10011 111010 1010100 1000011 0 1001101 11100100 1001001 1101

Color Harmonies of #09133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09133A

Black with #09133A

Text Example


Text Example

White with #09133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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