Html Css Color HEX #130480 Ultramarine

📋 copy color: '#130480'

red 19 ◦ green 4 ◦ blue 128

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

Shades of Ultramarine #130480

Tints of Ultramarine #130480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 12.58%
G = 2.65%
B = 84.77%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130480 (or 0x130480) is known color: Ultramarine. HEX triplet: 13, 04 and 80. RGB value is (19,4,128). Sum of RGB (Red+Green+Blue) = 19+4+128=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #130480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130480 is #ECFB7F. Grayscale: #161616. Windows color (decimal): -15530880 or 8389651. OLE color: 8389651.

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

Color convert

RGB 19 4 128 -
CMYK 0.85 0.97 0 0.50
HSL 247.26º 0.94% 0.26% -
HSV(B) 247.26º 0.97% 0.5% -
XYZ 4.21 1.78 20.54 -
YUV 22.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 19 4 128 0.85 0.97 0 0.50 247.26 0.94 0.26
Hex 13 4 80 55 61 0 32 F7 5E 1A
Octal 23 4 200 125 141 0 62 367 136 32
Binary 10011 100 10000000 1010101 1100001 0 110010 11110111 1011110 11010

Color Harmonies of #130480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130480

Black with #130480

Text Example


Text Example

White with #130480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130480; }

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

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

background-color css

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

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

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

border-color css

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

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

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