#130290

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

Shades of Ultramarine #130290

Tints of Ultramarine #130290

Color information

#130290 (or 0x130290) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 90. RGB value is (19,2,144). Sum of RGB (Red+Green+Blue) = 19+2+144=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #130290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130290 is #ECFD6F. Grayscale: #161616. Windows color (decimal): -15531376 or 9437715. OLE color: 9437715.

HSL color Cylindrical-coordinate representation of color #130290: hue angle of 247.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130290 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB192144-
CMYK0.870.9900.44
HSL247.18º97.26%28.63%-
HSV(B)247.18º98.61%56.47%-
XYZ5.322.226.53-
YUV23.27196.13124.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 144 (56.64% from 255) = 87.27%
R=11.52%
G=1.21%
B=87.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1921440.870.9900.44247.1897.2628.63
Hex13290576302Cf7611d
Octal23222012714305436714135
Binary10011101001000010101111100011010110011110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130290; }

 p { color: rgb(19,2,144); }

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

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

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

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

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

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

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