Html Css Color HEX #130680 Ultramarine

📋 copy color: '#130680'

red 19 ◦ green 6 ◦ blue 128

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

Shades of Ultramarine #130680

Tints of Ultramarine #130680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 12.42%
G = 3.92%
B = 83.66%

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

#130680 (or 0x130680) is known color: Ultramarine. HEX triplet: 13, 06 and 80. RGB value is (19,6,128). Sum of RGB (Red+Green+Blue) = 19+6+128=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 128 (50.39% from 255 or 83.66% from 153); Max value from RGB is 128 - color contains mainly: blue. Hex color #130680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130680 is #ECF97F. Grayscale: #171717. Windows color (decimal): -15530368 or 8390163. OLE color: 8390163.

HSL color Cylindrical-coordinate representation of color #130680: hue angle of 246.39º degrees, saturation: 0.91, 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 #130680 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 6 128 -
CMYK 0.85 0.95 0 0.50
HSL 246.39º 0.91% 0.26% -
HSV(B) 246.39º 0.95% 0.5% -
XYZ 4.23 1.83 20.55 -
YUV 23.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 19 6 128 0.85 0.95 0 0.50 246.39 0.91 0.26
Hex 13 6 80 55 5F 0 32 F6 5B 1A
Octal 23 6 200 125 137 0 62 366 133 32
Binary 10011 110 10000000 1010101 1011111 0 110010 11110110 1011011 11010

Color Harmonies of #130680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130680

Black with #130680

Text Example


Text Example

White with #130680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130680; }

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

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

background-color css

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

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

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

border-color css

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

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

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