Html Css Color HEX #131385 Ultramarine

📋 copy color: '#131385'

red 19 ◦ green 19 ◦ blue 133

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

Shades of Ultramarine #131385

Tints of Ultramarine #131385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 11.11%
G = 11.11%
B = 77.78%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#131385 (or 0x131385) is known color: Ultramarine. HEX triplet: 13, 13 and 85. RGB value is (19,19,133). Sum of RGB (Red+Green+Blue) = 19+19+133=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #131385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131385 is #ECEC7A. Grayscale: #1F1F1F. Windows color (decimal): -15527035 or 8721171. OLE color: 8721171.

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

Color convert

RGB 19 19 133 -
CMYK 0.86 0.86 0 0.48
HSL 240º 0.75% 0.3% -
HSV(B) 240º 0.86% 0.52% -
XYZ 4.74 2.3 22.38 -
YUV 32 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 19 19 133 0.86 0.86 0 0.48 240 0.75 0.3
Hex 13 13 85 56 56 0 30 F0 4B 1E
Octal 23 23 205 126 126 0 60 360 113 36
Binary 10011 10011 10000101 1010110 1010110 0 110000 11110000 1001011 11110

Color Harmonies of #131385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131385

Black with #131385

Text Example


Text Example

White with #131385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131385; }

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

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

background-color css

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

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

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

border-color css

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

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

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