#130B75

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

Shades of Midnight Blue #130B75

Tints of Midnight Blue #130B75

Color information

#130B75 (or 0x130B75) is unknown color: approx Midnight Blue. HEX triplet: 13, 0B and 75. RGB value is (19,11,117). Sum of RGB (Red+Green+Blue) = 19+11+117=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #130B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B75 is #ECF48A. Grayscale: #191919. Windows color (decimal): -15529099 or 7670547. OLE color: 7670547.

HSL color Cylindrical-coordinate representation of color #130B75: hue angle of 244.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130B75 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1911117-
CMYK0.840.9100.54
HSL244.53º82.81%25.1%-
HSV(B)244.53º90.6%45.88%-
XYZ3.61.6616.96-
YUV25.48179.65123.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=12.93%
G=7.48%
B=79.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19111170.840.9100.54244.5382.8125.1
Hex13B75545B036f55319
Octal231316512413306636512331
Binary100111011111010110101001011011011011011110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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