#13244B

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

Shades of Midnight Express #13244B

Tints of Midnight Express #13244B

Color information

#13244B (or 0x13244B) is unknown color: approx Midnight Express. HEX triplet: 13, 24 and 4B. RGB value is (19,36,75). Sum of RGB (Red+Green+Blue) = 19+36+75=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #13244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13244B is #ECDBB4. Grayscale: #232323. Windows color (decimal): -15522741 or 4924435. OLE color: 4924435.

HSL color Cylindrical-coordinate representation of color #13244B: hue angle of 221.79º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13244B is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193675-
CMYK0.750.5200.71
HSL221.79º59.57%18.43%-
HSV(B)221.79º74.67%29.41%-
XYZ2.171.916.91-
YUV35.36150.37116.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=14.62%
G=27.69%
B=57.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1936750.750.5200.71221.7959.5718.43
Hex13244B4B34047de3c12
Octal23441131136401073367422
Binary1001110010010010111001011110100010001111101111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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