Html Css Color HEX #131080 Ultramarine

📋 copy color: '#131080'

red 19 ◦ green 16 ◦ blue 128

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

Shades of Ultramarine #131080

Tints of Ultramarine #131080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 11.66%
G = 9.82%
B = 78.53%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#131080 (or 0x131080) is known color: Ultramarine. HEX triplet: 13, 10 and 80. RGB value is (19,16,128). Sum of RGB (Red+Green+Blue) = 19+16+128=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #131080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131080 is #ECEF7F. Grayscale: #1D1D1D. Windows color (decimal): -15527808 or 8392723. OLE color: 8392723.

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

Color convert

RGB 19 16 128 -
CMYK 0.85 0.88 0 0.50
HSL 241.61º 0.78% 0.28% -
HSV(B) 241.61º 0.88% 0.5% -
XYZ 4.35 2.07 20.59 -
YUV 29.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 19 16 128 0.85 0.88 0 0.50 241.61 0.78 0.28
Hex 13 10 80 55 58 0 32 F2 4E 1C
Octal 23 20 200 125 130 0 62 362 116 34
Binary 10011 10000 10000000 1010101 1011000 0 110010 11110010 1001110 11100

Color Harmonies of #131080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131080

Black with #131080

Text Example


Text Example

White with #131080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131080; }

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

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

background-color css

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

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

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

border-color css

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

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

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