#130258

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

Shades of Midnight Blue #130258

Tints of Midnight Blue #130258

Color information

#130258 (or 0x130258) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 58. RGB value is (19,2,88). Sum of RGB (Red+Green+Blue) = 19+2+88=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #130258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130258 is #ECFDA7. Grayscale: #101010. Windows color (decimal): -15531432 or 5767699. OLE color: 5767699.

HSL color Cylindrical-coordinate representation of color #130258: hue angle of 251.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130258 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB19288-
CMYK0.780.9800.65
HSL251.86º95.56%17.65%-
HSV(B)251.86º97.73%34.51%-
XYZ2.050.899.3-
YUV16.89168.13129.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 88 (34.77% from 255) = 80.73%
R=17.43%
G=1.83%
B=80.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal192880.780.9800.65251.8695.5617.65
Hex132584E62041fc6012
Octal232130116142010137414022
Binary10011101011000100111011000100100000111111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130258; }

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

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

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

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

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

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

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

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