Html Css Color HEX #131999 Ultramarine

📋 copy color: '#131999'

red 19 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #131999

Tints of Ultramarine #131999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 9.64%
G = 12.69%
B = 77.66%

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

#131999 (or 0x131999) is known color: Ultramarine. HEX triplet: 13, 19 and 99. RGB value is (19,25,153). Sum of RGB (Red+Green+Blue) = 19+25+153=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #131999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131999 is #ECE666. Grayscale: #252525. Windows color (decimal): -15525479 or 10033427. OLE color: 10033427.

HSL color Cylindrical-coordinate representation of color #131999: hue angle of 237.31º 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 #131999 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 25 153 -
CMYK 0.88 0.84 0 0.4
HSL 237.31º 0.78% 0.34% -
HSV(B) 237.31º 0.88% 0.6% -
XYZ 6.37 3.13 30.41 -
YUV 37.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 19 25 153 0.88 0.84 0 0.4 237.31 0.78 0.34
Hex 13 19 99 58 54 0 28 ED 4E 22
Octal 23 31 231 130 124 0 50 355 116 42
Binary 10011 11001 10011001 1011000 1010100 0 101000 11101101 1001110 100010

Color Harmonies of #131999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131999

Black with #131999

Text Example


Text Example

White with #131999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131999; }

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

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

background-color css

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

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

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

border-color css

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

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

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