Html Css Color HEX #130180 Ultramarine

📋 copy color: '#130180'

red 19 ◦ green 1 ◦ blue 128

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

Shades of Ultramarine #130180

Tints of Ultramarine #130180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 12.84%
G = 0.68%
B = 86.49%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#130180 (or 0x130180) is known color: Ultramarine. HEX triplet: 13, 01 and 80. RGB value is (19,1,128). Sum of RGB (Red+Green+Blue) = 19+1+128=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #130180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130180 is #ECFE7F. Grayscale: #141414. Windows color (decimal): -15531648 or 8388883. OLE color: 8388883.

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

Color convert

RGB 19 1 128 -
CMYK 0.85 0.99 0 0.50
HSL 248.5º 0.98% 0.25% -
HSV(B) 248.5º 0.99% 0.5% -
XYZ 4.18 1.72 20.53 -
YUV 20.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 19 1 128 0.85 0.99 0 0.50 248.5 0.98 0.25
Hex 13 1 80 55 63 0 32 F9 62 19
Octal 23 1 200 125 143 0 62 371 142 31
Binary 10011 1 10000000 1010101 1100011 0 110010 11111001 1100010 11001

Color Harmonies of #130180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130180

Black with #130180

Text Example


Text Example

White with #130180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130180; }

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

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

background-color css

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

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

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

border-color css

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

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

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