#131894

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

Shades of Ultramarine #131894

Tints of Ultramarine #131894

Color information

#131894 (or 0x131894) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and 94. RGB value is (19,24,148). Sum of RGB (Red+Green+Blue) = 19+24+148=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #131894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131894 is #ECE76B. Grayscale: #242424. Windows color (decimal): -15525740 or 9705491. OLE color: 9705491.

HSL color Cylindrical-coordinate representation of color #131894: hue angle of 237.67º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131894 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1924148-
CMYK0.870.8400.42
HSL237.67º77.25%32.75%-
HSV(B)237.67º87.16%58.04%-
XYZ5.942.9328.27-
YUV36.64190.84115.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=9.95%
G=12.57%
B=77.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19241480.870.8400.42237.6777.2532.75
Hex131894575402Aee4d21
Octal233022412712405235611541
Binary100111100010010100101011110101000101010111011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131894; }

 p { color: rgb(19,24,148); }

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

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

 a { background-color: rgb(19,24,148); }

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

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

 span { border-color: rgb(19,24,148); }

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