#130084

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

Shades of Ultramarine #130084

Tints of Ultramarine #130084

Color information

#130084 (or 0x130084) is unknown color: approx Ultramarine. HEX triplet: 13, 00 and 84. RGB value is (19,0,132). Sum of RGB (Red+Green+Blue) = 19+0+132=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #130084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130084 is #ECFF7B. Grayscale: #141414. Windows color (decimal): -15531900 or 8650771. OLE color: 8650771.

HSL color Cylindrical-coordinate representation of color #130084: hue angle of 248.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130084 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB190132-
CMYK0.86100.48
HSL248.64º100%25.88%-
HSV(B)248.64º100%51.76%-
XYZ4.431.821.94-
YUV20.73190.79126.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 87.42%
R=12.58%
G=0%
B=87.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1901320.86100.48248.6410025.88
Hex130845664030f9641a
Octal23020412614406037114432
Binary1001101000010010101101100100011000011111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130084; }

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

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

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

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

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

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

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

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