#131588

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

Shades of Ultramarine #131588

Tints of Ultramarine #131588

Color information

#131588 (or 0x131588) is unknown color: approx Ultramarine. HEX triplet: 13, 15 and 88. RGB value is (19,21,136). Sum of RGB (Red+Green+Blue) = 19+21+136=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #131588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131588 is #ECEA77. Grayscale: #212121. Windows color (decimal): -15526520 or 8918291. OLE color: 8918291.

HSL color Cylindrical-coordinate representation of color #131588: hue angle of 238.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131588 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1921136-
CMYK0.860.8500.47
HSL238.97º75.48%30.39%-
HSV(B)238.97º86.03%53.33%-
XYZ4.982.4523.5-
YUV33.51185.84117.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 136 (53.52% from 255) = 77.27%
R=10.80%
G=11.93%
B=77.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19211360.860.8500.47238.9775.4830.39
Hex131588565502Fef4b1e
Octal232521012612505735711336
Binary10011101011000100010101101010101010111111101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131588; }

 p { color: rgb(19,21,136); }

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

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

 a { background-color: rgb(19,21,136); }

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

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

 span { border-color: rgb(19,21,136); }

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