#130F84

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

Shades of Ultramarine #130F84

Tints of Ultramarine #130F84

Color information

#130F84 (or 0x130F84) is unknown color: approx Ultramarine. HEX triplet: 13, 0F and 84. RGB value is (19,15,132). Sum of RGB (Red+Green+Blue) = 19+15+132=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #130F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F84 is #ECF07B. Grayscale: #1D1D1D. Windows color (decimal): -15528060 or 8654611. OLE color: 8654611.

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

Color convert

RGB1915132-
CMYK0.860.8900.48
HSL242.05º79.59%28.82%-
HSV(B)242.05º88.64%51.76%-
XYZ4.62.1522-
YUV29.53185.83120.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 132 (51.95% from 255) = 79.52%
R=11.45%
G=9.04%
B=79.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19151320.860.8900.48242.0579.5928.82
Hex13F845659030f2501d
Octal231720412613106036212035
Binary1001111111000010010101101011001011000011110010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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