#130D90

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

Shades of Ultramarine #130D90

Tints of Ultramarine #130D90

Color information

#130D90 (or 0x130D90) is unknown color: approx Ultramarine. HEX triplet: 13, 0D and 90. RGB value is (19,13,144). Sum of RGB (Red+Green+Blue) = 19+13+144=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #130D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D90 is #ECF26F. Grayscale: #1D1D1D. Windows color (decimal): -15528560 or 9440531. OLE color: 9440531.

HSL color Cylindrical-coordinate representation of color #130D90: hue angle of 242.75º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130D90 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1913144-
CMYK0.870.9100.44
HSL242.75º83.44%30.78%-
HSV(B)242.75º90.97%56.47%-
XYZ5.452.4426.57-
YUV29.73192.49120.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 144 (56.64% from 255) = 81.82%
R=10.80%
G=7.39%
B=81.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19131440.870.9100.44242.7583.4430.78
Hex13D90575B02Cf3531f
Octal231522012713305436312337
Binary1001111011001000010101111011011010110011110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130D90; }

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

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

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

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

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

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

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

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