Html Css Color HEX #131085 Ultramarine

📋 copy color: '#131085'

red 19 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #131085

Tints of Ultramarine #131085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 11.31%
G = 9.52%
B = 79.17%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#131085 (or 0x131085) is known color: Ultramarine. HEX triplet: 13, 10 and 85. RGB value is (19,16,133). Sum of RGB (Red+Green+Blue) = 19+16+133=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #131085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131085 is #ECEF7A. Grayscale: #1D1D1D. Windows color (decimal): -15527803 or 8720403. OLE color: 8720403.

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

Color convert

RGB 19 16 133 -
CMYK 0.86 0.88 0 0.48
HSL 241.54º 0.79% 0.29% -
HSV(B) 241.54º 0.88% 0.52% -
XYZ 4.69 2.2 22.37 -
YUV 30.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 19 16 133 0.86 0.88 0 0.48 241.54 0.79 0.29
Hex 13 10 85 56 58 0 30 F2 4F 1D
Octal 23 20 205 126 130 0 60 362 117 35
Binary 10011 10000 10000101 1010110 1011000 0 110000 11110010 1001111 11101

Color Harmonies of #131085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131085

Black with #131085

Text Example


Text Example

White with #131085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131085; }

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

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

background-color css

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

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

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

border-color css

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

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

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