Html Css Color HEX #131184 Ultramarine

📋 copy color: '#131184'

red 19 ◦ green 17 ◦ blue 132

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

Shades of Ultramarine #131184

Tints of Ultramarine #131184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 132 (51.95% from 255) = 78.57%

R = 11.31%
G = 10.12%
B = 78.57%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#131184 (or 0x131184) is known color: Ultramarine. HEX triplet: 13, 11 and 84. RGB value is (19,17,132). Sum of RGB (Red+Green+Blue) = 19+17+132=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #131184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131184 is #ECEE7B. Grayscale: #1E1E1E. Windows color (decimal): -15527548 or 8655123. OLE color: 8655123.

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

Color convert

RGB 19 17 132 -
CMYK 0.86 0.87 0 0.48
HSL 241.04º 0.77% 0.29% -
HSV(B) 241.04º 0.87% 0.52% -
XYZ 4.63 2.21 22.01 -
YUV 30.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 19 17 132 0.86 0.87 0 0.48 241.04 0.77 0.29
Hex 13 11 84 56 57 0 30 F1 4D 1D
Octal 23 21 204 126 127 0 60 361 115 35
Binary 10011 10001 10000100 1010110 1010111 0 110000 11110001 1001101 11101

Color Harmonies of #131184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131184

Black with #131184

Text Example


Text Example

White with #131184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131184; }

 p { color: rgb(19,17,132); }

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

background-color css

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

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

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

border-color css

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

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

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