Html Css Color HEX #130580 Ultramarine

📋 copy color: '#130580'

red 19 ◦ green 5 ◦ blue 128

#130580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #130580

Tints of Ultramarine #130580

RGB

 RED value IS 19 (7.81% from 255) = 12.5%

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 128 (50.39% from 255) = 84.21%

R = 12.5%
G = 3.29%
B = 84.21%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130580 (or 0x130580) is known color: Ultramarine. HEX triplet: 13, 05 and 80. RGB value is (19,5,128). Sum of RGB (Red+Green+Blue) = 19+5+128=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #130580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130580 is #ECFA7F. Grayscale: #161616. Windows color (decimal): -15530624 or 8389907. OLE color: 8389907.

HSL color Cylindrical-coordinate representation of color #130580: hue angle of 246.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130580 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 5 128 -
CMYK 0.85 0.96 0 0.50
HSL 246.83º 0.92% 0.26% -
HSV(B) 246.83º 0.96% 0.5% -
XYZ 4.22 1.81 20.55 -
YUV 23.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 19 5 128 0.85 0.96 0 0.50 246.83 0.92 0.26
Hex 13 5 80 55 60 0 32 F7 5C 1A
Octal 23 5 200 125 140 0 62 367 134 32
Binary 10011 101 10000000 1010101 1100000 0 110010 11110111 1011100 11010

Color Harmonies of #130580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130580

Black with #130580

Text Example


Text Example

White with #130580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130580; }

 p { color: rgb(19,5,128); }

 H1.HeaderClassName
 {
   color: #130580;
 }
 .AnyTagClassName
 {
   color: #130580;
 }
</style>

background-color css

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

 a { background-color: rgb(19,5,128); }

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

border-color css

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

 span { border-color: rgb(19,5,128); }

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