Html Css Color HEX #130784 Ultramarine

📋 copy color: '#130784'

red 19 ◦ green 7 ◦ blue 132

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

Shades of Ultramarine #130784

Tints of Ultramarine #130784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 83.54%

R = 12.03%
G = 4.43%
B = 83.54%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130784 (or 0x130784) is known color: Ultramarine. HEX triplet: 13, 07 and 84. RGB value is (19,7,132). Sum of RGB (Red+Green+Blue) = 19+7+132=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #130784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130784 is #ECF87B. Grayscale: #181818. Windows color (decimal): -15530108 or 8652563. OLE color: 8652563.

HSL color Cylindrical-coordinate representation of color #130784: hue angle of 245.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130784 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 7 132 -
CMYK 0.86 0.95 0 0.48
HSL 245.76º 0.9% 0.27% -
HSV(B) 245.76º 0.95% 0.52% -
XYZ 4.51 1.96 21.97 -
YUV 24.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 19 7 132 0.86 0.95 0 0.48 245.76 0.9 0.27
Hex 13 7 84 56 5F 0 30 F6 5A 1B
Octal 23 7 204 126 137 0 60 366 132 33
Binary 10011 111 10000100 1010110 1011111 0 110000 11110110 1011010 11011

Color Harmonies of #130784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130784

Black with #130784

Text Example


Text Example

White with #130784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130784; }

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

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

background-color css

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

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

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

border-color css

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

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

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