Html Css Color HEX #131585 Ultramarine

📋 copy color: '#131585'

red 19 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #131585

Tints of Ultramarine #131585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 133 (52.34% from 255) = 76.88%

R = 10.98%
G = 12.14%
B = 76.88%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#131585 (or 0x131585) is known color: Ultramarine. HEX triplet: 13, 15 and 85. RGB value is (19,21,133). Sum of RGB (Red+Green+Blue) = 19+21+133=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #131585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131585 is #ECEA7A. Grayscale: #202020. Windows color (decimal): -15526523 or 8721683. OLE color: 8721683.

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

Color convert

RGB 19 21 133 -
CMYK 0.86 0.84 0 0.48
HSL 238.95º 0.75% 0.3% -
HSV(B) 238.95º 0.86% 0.52% -
XYZ 4.77 2.37 22.4 -
YUV 33.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 19 21 133 0.86 0.84 0 0.48 238.95 0.75 0.3
Hex 13 15 85 56 54 0 30 EF 4B 1E
Octal 23 25 205 126 124 0 60 357 113 36
Binary 10011 10101 10000101 1010110 1010100 0 110000 11101111 1001011 11110

Color Harmonies of #131585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131585

Black with #131585

Text Example


Text Example

White with #131585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131585; }

 p { color: rgb(19,21,133); }

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

background-color css

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

 a { background-color: rgb(19,21,133); }

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

border-color css

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

 span { border-color: rgb(19,21,133); }

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