Html Css Color HEX #130787 Ultramarine

📋 copy color: '#130787'

red 19 ◦ green 7 ◦ blue 135

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

Shades of Ultramarine #130787

Tints of Ultramarine #130787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 83.85%

R = 11.8%
G = 4.35%
B = 83.85%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130787 (or 0x130787) is known color: Ultramarine. HEX triplet: 13, 07 and 87. RGB value is (19,7,135). Sum of RGB (Red+Green+Blue) = 19+7+135=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #130787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130787 is #ECF878. Grayscale: #181818. Windows color (decimal): -15530105 or 8849171. OLE color: 8849171.

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

Color convert

RGB 19 7 135 -
CMYK 0.86 0.95 0 0.47
HSL 245.63º 0.9% 0.28% -
HSV(B) 245.63º 0.95% 0.53% -
XYZ 4.72 2.04 23.07 -
YUV 25.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 19 7 135 0.86 0.95 0 0.47 245.63 0.9 0.28
Hex 13 7 87 56 5F 0 2F F6 5A 1C
Octal 23 7 207 126 137 0 57 366 132 34
Binary 10011 111 10000111 1010110 1011111 0 101111 11110110 1011010 11100

Color Harmonies of #130787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130787

Black with #130787

Text Example


Text Example

White with #130787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130787; }

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

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

background-color css

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

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

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

border-color css

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

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

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