Html Css Color HEX #131087 Ultramarine

📋 copy color: '#131087'

red 19 ◦ green 16 ◦ blue 135

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

Shades of Ultramarine #131087

Tints of Ultramarine #131087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 11.18%
G = 9.41%
B = 79.41%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#131087 (or 0x131087) is known color: Ultramarine. HEX triplet: 13, 10 and 87. RGB value is (19,16,135). Sum of RGB (Red+Green+Blue) = 19+16+135=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #131087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131087 is #ECEF78. Grayscale: #1D1D1D. Windows color (decimal): -15527801 or 8851475. OLE color: 8851475.

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

Color convert

RGB 19 16 135 -
CMYK 0.86 0.88 0 0.47
HSL 241.51º 0.79% 0.3% -
HSV(B) 241.51º 0.88% 0.53% -
XYZ 4.83 2.26 23.1 -
YUV 30.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 19 16 135 0.86 0.88 0 0.47 241.51 0.79 0.3
Hex 13 10 87 56 58 0 2F F2 4F 1E
Octal 23 20 207 126 130 0 57 362 117 36
Binary 10011 10000 10000111 1010110 1011000 0 101111 11110010 1001111 11110

Color Harmonies of #131087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131087

Black with #131087

Text Example


Text Example

White with #131087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131087; }

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

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

background-color css

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

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

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

border-color css

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

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

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