#132B4B

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

Shades of Midnight #132B4B

Tints of Midnight #132B4B

Color information

#132B4B (or 0x132B4B) is unknown color: approx Midnight. HEX triplet: 13, 2B and 4B. RGB value is (19,43,75). Sum of RGB (Red+Green+Blue) = 19+43+75=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #132B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B4B is #ECD4B4. Grayscale: #272727. Windows color (decimal): -15520949 or 4926227. OLE color: 4926227.

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

Color convert

RGB194375-
CMYK0.750.4300.71
HSL214.29º59.57%18.43%-
HSV(B)214.29º74.67%29.41%-
XYZ2.42.376.99-
YUV39.47148.05113.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=13.87%
G=31.39%
B=54.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1943750.750.4300.71214.2959.5718.43
Hex132B4B4B2B047d63c12
Octal23531131135301073267422
Binary1001110101110010111001011101011010001111101011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B4B; }

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

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

<style>
 a { background-color: #132B4B; }

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

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

<style>
 span { border-color: #132B4B; }

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

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