Html Css Color HEX #131887 Ultramarine

📋 copy color: '#131887'

red 19 ◦ green 24 ◦ blue 135

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

Shades of Ultramarine #131887

Tints of Ultramarine #131887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 10.67%
G = 13.48%
B = 75.84%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#131887 (or 0x131887) is known color: Ultramarine. HEX triplet: 13, 18 and 87. RGB value is (19,24,135). Sum of RGB (Red+Green+Blue) = 19+24+135=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #131887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131887 is #ECE778. Grayscale: #222222. Windows color (decimal): -15525753 or 8853523. OLE color: 8853523.

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

Color convert

RGB 19 24 135 -
CMYK 0.86 0.82 0 0.47
HSL 237.41º 0.75% 0.3% -
HSV(B) 237.41º 0.86% 0.53% -
XYZ 4.97 2.54 23.15 -
YUV 35.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 19 24 135 0.86 0.82 0 0.47 237.41 0.75 0.3
Hex 13 18 87 56 52 0 2F ED 4B 1E
Octal 23 30 207 126 122 0 57 355 113 36
Binary 10011 11000 10000111 1010110 1010010 0 101111 11101101 1001011 11110

Color Harmonies of #131887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131887

Black with #131887

Text Example


Text Example

White with #131887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131887; }

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

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

background-color css

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

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

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

border-color css

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

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

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