Html Css Color HEX #130982 Ultramarine

📋 copy color: '#130982'

red 19 ◦ green 9 ◦ blue 130

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

Shades of Ultramarine #130982

Tints of Ultramarine #130982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 12.03%
G = 5.7%
B = 82.28%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#130982 (or 0x130982) is known color: Ultramarine. HEX triplet: 13, 09 and 82. RGB value is (19,9,130). Sum of RGB (Red+Green+Blue) = 19+9+130=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #130982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130982 is #ECF67D. Grayscale: #191919. Windows color (decimal): -15529598 or 8522003. OLE color: 8522003.

HSL color Cylindrical-coordinate representation of color #130982: hue angle of 244.96º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130982 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 9 130 -
CMYK 0.85 0.93 0 0.49
HSL 244.96º 0.87% 0.27% -
HSV(B) 244.96º 0.93% 0.51% -
XYZ 4.4 1.95 21.26 -
YUV 25.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 19 9 130 0.85 0.93 0 0.49 244.96 0.87 0.27
Hex 13 9 82 55 5D 0 31 F5 57 1B
Octal 23 11 202 125 135 0 61 365 127 33
Binary 10011 1001 10000010 1010101 1011101 0 110001 11110101 1010111 11011

Color Harmonies of #130982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130982

Black with #130982

Text Example


Text Example

White with #130982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130982; }

 p { color: rgb(19,9,130); }

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

background-color css

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

 a { background-color: rgb(19,9,130); }

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

border-color css

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

 span { border-color: rgb(19,9,130); }

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