#131a88

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

Shades of Ultramarine #131A88

Tints of Ultramarine #131A88

Color information

#131A88 (or 0x131A88) is unknown color: approx Ultramarine. HEX triplet: 13, 1A and 88. RGB value is (19,26,136). Sum of RGB (Red+Green+Blue) = 19+26+136=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 136 (53.52% from 255 or 75.14% from 181); Max value from RGB is 136 - color contains mainly: blue. Hex color #131A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A88 is #ECE577. Grayscale: #242424. Windows color (decimal): -15525240 or 8919571. OLE color: 8919571.

HSL color Cylindrical-coordinate representation of color #131A88: hue angle of 236.41º 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 #131A88 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1926136-
CMYK0.860.8100.47
HSL236.41º75.48%30.39%-
HSV(B)236.41º86.03%53.33%-
XYZ5.082.6523.54-
YUV36.45184.18115.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 136 (53.52% from 255) = 75.14%
R=10.50%
G=14.36%
B=75.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19261360.860.8100.47236.4175.4830.39
Hex131A88565102Fec4b1e
Octal233221012612105735411336
Binary10011110101000100010101101010001010111111101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131a88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131a88; }

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

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

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

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

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

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

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

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