#130261

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

Shades of Midnight Blue #130261

Tints of Midnight Blue #130261

Color information

#130261 (or 0x130261) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 61. RGB value is (19,2,97). Sum of RGB (Red+Green+Blue) = 19+2+97=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #130261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130261 is #ECFD9E. Grayscale: #111111. Windows color (decimal): -15531423 or 6357523. OLE color: 6357523.

HSL color Cylindrical-coordinate representation of color #130261: hue angle of 250.74º 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 #130261 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19297-
CMYK0.800.9800.62
HSL250.74º95.96%19.41%-
HSV(B)250.74º97.94%38.04%-
XYZ2.451.0411.38-
YUV17.91172.63128.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 97 (38.28% from 255) = 82.20%
R=16.10%
G=1.69%
B=82.20%

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
Decimal192970.800.9800.62250.7495.9619.41
Hex13261506203Efb6013
Octal23214112014207637314023
Binary1001110110000110100001100010011111011111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130261; }

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

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

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

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

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

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

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

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