#131C5C

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

Shades of Midnight Blue #131C5C

Tints of Midnight Blue #131C5C

Color information

#131C5C (or 0x131C5C) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 5C. RGB value is (19,28,92). Sum of RGB (Red+Green+Blue) = 19+28+92=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #131C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5C is #ECE3A3. Grayscale: #202020. Windows color (decimal): -15524772 or 6036499. OLE color: 6036499.

HSL color Cylindrical-coordinate representation of color #131C5C: hue angle of 232.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131C5C is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192892-
CMYK0.790.7000.64
HSL232.6º65.77%21.76%-
HSV(B)232.6º79.35%36.08%-
XYZ2.621.7410.32-
YUV32.61161.52118.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=13.67%
G=20.14%
B=66.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1928920.790.7000.64232.665.7721.76
Hex131C5C4F46040e94216
Octal2334134117106010035110226
Binary10011111001011100100111110001100100000011101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131C5C; }

 p { color: rgb(19,28,92); }

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

<style>
 a { background-color: #131C5C; }

 a { background-color: rgb(19,28,92); }

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

<style>
 span { border-color: #131C5C; }

 span { border-color: rgb(19,28,92); }

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