Html Css Color HEX #131487 Ultramarine

📋 copy color: '#131487'

red 19 ◦ green 20 ◦ blue 135

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

Shades of Ultramarine #131487

Tints of Ultramarine #131487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 10.92%
G = 11.49%
B = 77.59%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#131487 (or 0x131487) is known color: Ultramarine. HEX triplet: 13, 14 and 87. RGB value is (19,20,135). Sum of RGB (Red+Green+Blue) = 19+20+135=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #131487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131487 is #ECEB78. Grayscale: #202020. Windows color (decimal): -15526777 or 8852499. OLE color: 8852499.

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

Color convert

RGB 19 20 135 -
CMYK 0.86 0.85 0 0.47
HSL 239.48º 0.75% 0.3% -
HSV(B) 239.48º 0.86% 0.53% -
XYZ 4.89 2.39 23.12 -
YUV 32.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 19 20 135 0.86 0.85 0 0.47 239.48 0.75 0.3
Hex 13 14 87 56 55 0 2F EF 4B 1E
Octal 23 24 207 126 125 0 57 357 113 36
Binary 10011 10100 10000111 1010110 1010101 0 101111 11101111 1001011 11110

Color Harmonies of #131487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131487

Black with #131487

Text Example


Text Example

White with #131487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131487; }

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

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

background-color css

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

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

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

border-color css

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

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

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