Html Css Color HEX #130080 Ultramarine

📋 copy color: '#130080'

red 19 ◦ green 0 ◦ blue 128

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

Shades of Ultramarine #130080

Tints of Ultramarine #130080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.93%
G = 0%
B = 87.07%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130080 (or 0x130080) is known color: Ultramarine. HEX triplet: 13, 00 and 80. RGB value is (19,0,128). Sum of RGB (Red+Green+Blue) = 19+0+128=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #130080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130080 is #ECFF7F. Grayscale: #131313. Windows color (decimal): -15531904 or 8388627. OLE color: 8388627.

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

Color convert

RGB 19 0 128 -
CMYK 0.85 1 0 0.50
HSL 248.91º 1% 0.25% -
HSV(B) 248.91º 1% 0.5% -
XYZ 4.16 1.7 20.53 -
YUV 20.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 19 0 128 0.85 1 0 0.50 248.91 1 0.25
Hex 13 0 80 55 64 0 32 F9 64 19
Octal 23 0 200 125 144 0 62 371 144 31
Binary 10011 0 10000000 1010101 1100100 0 110010 11111001 1100100 11001

Color Harmonies of #130080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130080

Black with #130080

Text Example


Text Example

White with #130080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130080; }

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

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

background-color css

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

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

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

border-color css

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

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

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