#09144B

Color #09144B Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #09144B

Tints of Midnight Express #09144B

Color information

#09144B (or 0x09144B) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 4B. RGB value is (9,20,75). Sum of RGB (Red+Green+Blue) = 9+20+75=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #09144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09144B is #F6EBB4. Grayscale: #161616. Windows color (decimal): -16182197 or 4920329. OLE color: 4920329.

HSL color Cylindrical-coordinate representation of color #09144B: hue angle of 230º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09144B is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB92075-
CMYK0.880.7300.71
HSL230º78.57%16.47%-
HSV(B)230º88%29.41%-
XYZ1.631.076.78-
YUV22.98157.36118.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=8.65%
G=19.23%
B=72.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal920750.880.7300.7123078.5716.47
Hex9144B5849047e64f10
Octal1124113130111010734611720
Binary1001101001001011101100010010010100011111100110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09144B; }

 p { color: rgb(9,20,75); }

 H1.HeaderClassName
 {
   color: #09144B;
 }
 .AnyTagClassName
 {
   color: #09144B;
 }
</style>
background-color css

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

 a { background-color: rgb(9,20,75); }

 div.DivClassName
 {
   background-color: #09144B;
 }
 .BgClassName
 {
   background-color: #09144B;
 }
</style>
border-color css

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

 span { border-color: rgb(9,20,75); }

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