#131298

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

Shades of Ultramarine #131298

Tints of Ultramarine #131298

Color information

#131298 (or 0x131298) is unknown color: approx Ultramarine. HEX triplet: 13, 12 and 98. RGB value is (19,18,152). Sum of RGB (Red+Green+Blue) = 19+18+152=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #131298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131298 is #ECED67. Grayscale: #212121. Windows color (decimal): -15527272 or 9966099. OLE color: 9966099.

HSL color Cylindrical-coordinate representation of color #131298: hue angle of 240.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131298 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1918152-
CMYK0.870.8800.40
HSL240.45º78.82%33.33%-
HSV(B)240.45º88.16%59.61%-
XYZ6.152.8429.93-
YUV33.58194.83117.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 152 (59.77% from 255) = 80.42%
R=10.05%
G=9.52%
B=80.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19181520.870.8800.40240.4578.8233.33
Hex1312985758028f04f21
Octal232223012713005036011741
Binary100111001010011000101011110110000101000111100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131298; }

 p { color: rgb(19,18,152); }

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

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

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

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

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

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

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