#131794

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

Shades of Ultramarine #131794

Tints of Ultramarine #131794

Color information

#131794 (or 0x131794) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and 94. RGB value is (19,23,148). Sum of RGB (Red+Green+Blue) = 19+23+148=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #131794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131794 is #ECE86B. Grayscale: #232323. Windows color (decimal): -15525996 or 9705235. OLE color: 9705235.

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

Color convert

RGB1923148-
CMYK0.870.8400.42
HSL238.14º77.25%32.75%-
HSV(B)238.14º87.16%58.04%-
XYZ5.922.8928.26-
YUV36.05191.17115.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=10%
G=12.11%
B=77.89%

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
Decimal19231480.870.8400.42238.1477.2532.75
Hex131794575402Aee4d21
Octal232722412712405235611541
Binary100111011110010100101011110101000101010111011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131794; }

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

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

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

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

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

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

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

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