Html Css Color HEX #131899 Ultramarine

📋 copy color: '#131899'

red 19 ◦ green 24 ◦ blue 153

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

Shades of Ultramarine #131899

Tints of Ultramarine #131899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.06%

R = 9.69%
G = 12.24%
B = 78.06%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#131899 (or 0x131899) is known color: Ultramarine. HEX triplet: 13, 18 and 99. RGB value is (19,24,153). Sum of RGB (Red+Green+Blue) = 19+24+153=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #131899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131899 is #ECE766. Grayscale: #242424. Windows color (decimal): -15525735 or 10033171. OLE color: 10033171.

HSL color Cylindrical-coordinate representation of color #131899: hue angle of 237.76º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131899 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 24 153 -
CMYK 0.88 0.84 0 0.4
HSL 237.76º 0.78% 0.34% -
HSV(B) 237.76º 0.88% 0.6% -
XYZ 6.34 3.09 30.4 -
YUV 37.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 19 24 153 0.88 0.84 0 0.4 237.76 0.78 0.34
Hex 13 18 99 58 54 0 28 EE 4E 22
Octal 23 30 231 130 124 0 50 356 116 42
Binary 10011 11000 10011001 1011000 1010100 0 101000 11101110 1001110 100010

Color Harmonies of #131899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131899

Black with #131899

Text Example


Text Example

White with #131899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131899; }

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

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

background-color css

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

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

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

border-color css

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

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

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