#130260

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

Shades of Midnight Blue #130260

Tints of Midnight Blue #130260

Color information

#130260 (or 0x130260) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 60. RGB value is (19,2,96). Sum of RGB (Red+Green+Blue) = 19+2+96=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #130260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130260 is #ECFD9F. Grayscale: #111111. Windows color (decimal): -15531424 or 6291987. OLE color: 6291987.

HSL color Cylindrical-coordinate representation of color #130260: hue angle of 250.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130260 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19296-
CMYK0.800.9800.62
HSL250.85º95.92%19.22%-
HSV(B)250.85º97.92%37.65%-
XYZ2.41.0311.14-
YUV17.8172.13128.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 96 (37.89% from 255) = 82.05%
R=16.24%
G=1.71%
B=82.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal192960.800.9800.62250.8595.9219.22
Hex13260506203Efb6013
Octal23214012014207637314023
Binary1001110110000010100001100010011111011111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130260; }

 p { color: rgb(19,2,96); }

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

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

 a { background-color: rgb(19,2,96); }

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

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

 span { border-color: rgb(19,2,96); }

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