Html Css Color HEX #130780 Ultramarine

📋 copy color: '#130780'

red 19 ◦ green 7 ◦ blue 128

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

Shades of Ultramarine #130780

Tints of Ultramarine #130780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

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

R = 12.34%
G = 4.55%
B = 83.12%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130780 (or 0x130780) is known color: Ultramarine. HEX triplet: 13, 07 and 80. RGB value is (19,7,128). Sum of RGB (Red+Green+Blue) = 19+7+128=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #130780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130780 is #ECF87F. Grayscale: #171717. Windows color (decimal): -15530112 or 8390419. OLE color: 8390419.

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

Color convert

RGB 19 7 128 -
CMYK 0.85 0.95 0 0.50
HSL 245.95º 0.9% 0.26% -
HSV(B) 245.95º 0.95% 0.5% -
XYZ 4.24 1.85 20.56 -
YUV 24.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 19 7 128 0.85 0.95 0 0.50 245.95 0.9 0.26
Hex 13 7 80 55 5F 0 32 F6 5A 1A
Octal 23 7 200 125 137 0 62 366 132 32
Binary 10011 111 10000000 1010101 1011111 0 110010 11110110 1011010 11010

Color Harmonies of #130780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130780

Black with #130780

Text Example


Text Example

White with #130780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130780; }

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

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

background-color css

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

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

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

border-color css

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

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

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