Html Css Color HEX #131E87 Ultramarine

📋 copy color: '#131E87'

red 19 ◦ green 30 ◦ blue 135

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

Shades of Ultramarine #131E87

Tints of Ultramarine #131E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 10.33%
G = 16.3%
B = 73.37%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#131E87 (or 0x131E87) is known color: Ultramarine. HEX triplet: 13, 1E and 87. RGB value is (19,30,135). Sum of RGB (Red+Green+Blue) = 19+30+135=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 135 (53.12% from 255 or 73.37% from 184); Max value from RGB is 135 - color contains mainly: blue. Hex color #131E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E87 is #ECE178. Grayscale: #262626. Windows color (decimal): -15524217 or 8855059. OLE color: 8855059.

HSL color Cylindrical-coordinate representation of color #131E87: hue angle of 234.31º 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 #131E87 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 30 135 -
CMYK 0.86 0.78 0 0.47
HSL 234.31º 0.75% 0.3% -
HSV(B) 234.31º 0.86% 0.53% -
XYZ 5.11 2.82 23.2 -
YUV 38.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 19 30 135 0.86 0.78 0 0.47 234.31 0.75 0.3
Hex 13 1E 87 56 4E 0 2F EA 4B 1E
Octal 23 36 207 126 116 0 57 352 113 36
Binary 10011 11110 10000111 1010110 1001110 0 101111 11101010 1001011 11110

Color Harmonies of #131E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E87

Black with #131E87

Text Example


Text Example

White with #131E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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