#131688

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

Shades of Ultramarine #131688

Tints of Ultramarine #131688

Color information

#131688 (or 0x131688) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 88. RGB value is (19,22,136). Sum of RGB (Red+Green+Blue) = 19+22+136=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #131688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131688 is #ECE977. Grayscale: #212121. Windows color (decimal): -15526264 or 8918547. OLE color: 8918547.

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

Color convert

RGB1922136-
CMYK0.860.8400.47
HSL238.46º75.48%30.39%-
HSV(B)238.46º86.03%53.33%-
XYZ52.4923.51-
YUV34.1185.51117.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 136 (53.52% from 255) = 76.84%
R=10.73%
G=12.43%
B=76.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19221360.860.8400.47238.4675.4830.39
Hex131688565402Fee4b1e
Octal232621012612405735611336
Binary10011101101000100010101101010100010111111101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131688; }

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

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

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

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

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

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

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

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