Html Css Color HEX #09133F Midnight Express

📋 copy color: '#09133F'

red 9 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #09133F

Tints of Midnight Express #09133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 69.23%

R = 9.89%
G = 20.88%
B = 69.23%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09133F (or 0x09133F) is known color: Midnight Express. HEX triplet: 09, 13 and 3F. RGB value is (9,19,63). Sum of RGB (Red+Green+Blue) = 9+19+63=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #09133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133F is #F6ECC0. Grayscale: #141414. Windows color (decimal): -16182465 or 4133641. OLE color: 4133641.

HSL color Cylindrical-coordinate representation of color #09133F: hue angle of 228.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09133F is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 19 63 -
CMYK 0.86 0.70 0 0.75
HSL 228.89º 0.75% 0.14% -
HSV(B) 228.89º 0.86% 0.25% -
XYZ 1.24 0.88 4.81 -
YUV 21.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 9 19 63 0.86 0.70 0 0.75 228.89 0.75 0.14
Hex 9 13 3F 56 46 0 4B E5 4B E
Octal 11 23 77 126 106 0 113 345 113 16
Binary 1001 10011 111111 1010110 1000110 0 1001011 11100101 1001011 1110

Color Harmonies of #09133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09133F

Black with #09133F

Text Example


Text Example

White with #09133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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