#09134B

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

Shades of Midnight Express #09134B

Tints of Midnight Express #09134B

Color information

#09134B (or 0x09134B) is unknown color: approx Midnight Express. HEX triplet: 09, 13 and 4B. RGB value is (9,19,75). Sum of RGB (Red+Green+Blue) = 9+19+75=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #09134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09134B is #F6ECB4. Grayscale: #161616. Windows color (decimal): -16182453 or 4920073. OLE color: 4920073.

HSL color Cylindrical-coordinate representation of color #09134B: hue angle of 230.91º 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 #09134B is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB91975-
CMYK0.880.7500.71
HSL230.91º78.57%16.47%-
HSV(B)230.91º88%29.41%-
XYZ1.621.036.77-
YUV22.39157.69118.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=8.74%
G=18.45%
B=72.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal919750.880.7500.71230.9178.5716.47
Hex9134B584B047e74f10
Octal1123113130113010734711720
Binary1001100111001011101100010010110100011111100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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