#131392

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

Shades of Ultramarine #131392

Tints of Ultramarine #131392

Color information

#131392 (or 0x131392) is unknown color: approx Ultramarine. HEX triplet: 13, 13 and 92. RGB value is (19,19,146). Sum of RGB (Red+Green+Blue) = 19+19+146=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #131392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131392 is #ECEC6D. Grayscale: #202020. Windows color (decimal): -15527022 or 9573139. OLE color: 9573139.

HSL color Cylindrical-coordinate representation of color #131392: hue angle of 240º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131392 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1919146-
CMYK0.870.8700.43
HSL240º76.97%32.35%-
HSV(B)240º86.99%57.25%-
XYZ5.692.6827.41-
YUV33.48191.5117.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 146 (57.42% from 255) = 79.35%
R=10.33%
G=10.33%
B=79.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19191460.870.8700.4324076.9732.35
Hex131392575702Bf04d20
Octal232322212712705336011540
Binary100111001110010010101011110101110101011111100001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131392; }

 p { color: rgb(19,19,146); }

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

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

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

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

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

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

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