#130396

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

Shades of Ultramarine #130396

Tints of Ultramarine #130396

Color information

#130396 (or 0x130396) is unknown color: approx Ultramarine. HEX triplet: 13, 03 and 96. RGB value is (19,3,150). Sum of RGB (Red+Green+Blue) = 19+3+150=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #130396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130396 is #ECFC69. Grayscale: #171717. Windows color (decimal): -15531114 or 9831187. OLE color: 9831187.

HSL color Cylindrical-coordinate representation of color #130396: hue angle of 246.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130396 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB193150-
CMYK0.870.9800.41
HSL246.53º96.08%30%-
HSV(B)246.53º98%58.82%-
XYZ5.812.4129.01-
YUV24.54198.8124.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 150 (58.98% from 255) = 87.21%
R=11.05%
G=1.74%
B=87.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1931500.870.9800.41246.5396.0830
Hex133965762029f7601e
Octal23322612714205136714036
Binary10011111001011010101111100010010100111110111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130396; }

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

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

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

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

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

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

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

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