#131C96

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

Shades of Ultramarine #131C96

Tints of Ultramarine #131C96

Color information

#131C96 (or 0x131C96) is unknown color: approx Ultramarine. HEX triplet: 13, 1C and 96. RGB value is (19,28,150). Sum of RGB (Red+Green+Blue) = 19+28+150=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #131C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C96 is #ECE369. Grayscale: #262626. Windows color (decimal): -15524714 or 9837587. OLE color: 9837587.

HSL color Cylindrical-coordinate representation of color #131C96: hue angle of 235.88º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131C96 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1928150-
CMYK0.870.8100.41
HSL235.88º77.51%33.14%-
HSV(B)235.88º87.33%58.82%-
XYZ6.193.1729.14-
YUV39.22190.52113.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 150 (58.98% from 255) = 76.14%
R=9.64%
G=14.21%
B=76.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19281500.870.8100.41235.8877.5133.14
Hex131C965751029ec4e21
Octal233422612712105135411641
Binary100111110010010110101011110100010101001111011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,150); }

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

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

 a { background-color: rgb(19,28,150); }

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

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

 span { border-color: rgb(19,28,150); }

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