#130B82

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

Shades of Ultramarine #130B82

Tints of Ultramarine #130B82

Color information

#130B82 (or 0x130B82) is unknown color: approx Ultramarine. HEX triplet: 13, 0B and 82. RGB value is (19,11,130). Sum of RGB (Red+Green+Blue) = 19+11+130=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #130B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B82 is #ECF47D. Grayscale: #1A1A1A. Windows color (decimal): -15529086 or 8522515. OLE color: 8522515.

HSL color Cylindrical-coordinate representation of color #130B82: hue angle of 244.03º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130B82 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1911130-
CMYK0.850.9200.49
HSL244.03º84.4%27.65%-
HSV(B)244.03º91.54%50.98%-
XYZ4.421.9921.27-
YUV26.96186.15122.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 130 (51.17% from 255) = 81.25%
R=11.88%
G=6.88%
B=81.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19111300.850.9200.49244.0384.427.65
Hex13B82555C031f4541c
Octal231320212513406136412434
Binary1001110111000001010101011011100011000111110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,11,130); }

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

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

 a { background-color: rgb(19,11,130); }

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

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

 span { border-color: rgb(19,11,130); }

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