Html Css Color HEX #130E80 Ultramarine

📋 copy color: '#130E80'

red 19 ◦ green 14 ◦ blue 128

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

Shades of Ultramarine #130E80

Tints of Ultramarine #130E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.7%

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

R = 11.8%
G = 8.7%
B = 79.5%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130E80 (or 0x130E80) is known color: Ultramarine. HEX triplet: 13, 0E and 80. RGB value is (19,14,128). Sum of RGB (Red+Green+Blue) = 19+14+128=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #130E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E80 is #ECF17F. Grayscale: #1C1C1C. Windows color (decimal): -15528320 or 8392211. OLE color: 8392211.

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

Color convert

RGB 19 14 128 -
CMYK 0.85 0.89 0 0.50
HSL 242.63º 0.8% 0.28% -
HSV(B) 242.63º 0.89% 0.5% -
XYZ 4.32 2.01 20.58 -
YUV 28.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 19 14 128 0.85 0.89 0 0.50 242.63 0.8 0.28
Hex 13 E 80 55 59 0 32 F3 50 1C
Octal 23 16 200 125 131 0 62 363 120 34
Binary 10011 1110 10000000 1010101 1011001 0 110010 11110011 1010000 11100

Color Harmonies of #130E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E80

Black with #130E80

Text Example


Text Example

White with #130E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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