#130095

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

Shades of Ultramarine #130095

Tints of Ultramarine #130095

Color information

#130095 (or 0x130095) is unknown color: approx Ultramarine. HEX triplet: 13, 00 and 95. RGB value is (19,0,149). Sum of RGB (Red+Green+Blue) = 19+0+149=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #130095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130095 is #ECFF6A. Grayscale: #161616. Windows color (decimal): -15531883 or 9764883. OLE color: 9764883.

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

Color convert

RGB190149-
CMYK0.87100.42
HSL247.65º100%29.22%-
HSV(B)247.65º100%58.43%-
XYZ5.692.3128.58-
YUV22.67199.29125.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 88.69%
R=11.31%
G=0%
B=88.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1901490.87100.42247.6510029.22
Hex13095576402Af8641d
Octal23022512714405237014435
Binary1001101001010110101111100100010101011111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130095; }

 p { color: rgb(19,0,149); }

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

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

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

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

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

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

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