#130B5C

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

Shades of Midnight Blue #130B5C

Tints of Midnight Blue #130B5C

Color information

#130B5C (or 0x130B5C) is unknown color: approx Midnight Blue. HEX triplet: 13, 0B and 5C. RGB value is (19,11,92). Sum of RGB (Red+Green+Blue) = 19+11+92=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #130B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B5C is #ECF4A3. Grayscale: #161616. Windows color (decimal): -15529124 or 6032147. OLE color: 6032147.

HSL color Cylindrical-coordinate representation of color #130B5C: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130B5C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB191192-
CMYK0.790.8800.64
HSL245.93º78.64%20.2%-
HSV(B)245.93º88.04%36.08%-
XYZ2.321.1510.23-
YUV22.63167.15125.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 92 (36.33% from 255) = 75.41%
R=15.57%
G=9.02%
B=75.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1911920.790.8800.64245.9378.6420.2
Hex13B5C4F58040f64f14
Octal2313134117130010036611724
Binary1001110111011100100111110110000100000011110110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B5C; }

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

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

<style>
 a { background-color: #130B5C; }

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

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

<style>
 span { border-color: #130B5C; }

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

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