Html Css Color HEX #131994 Ultramarine

📋 copy color: '#131994'

red 19 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #131994

Tints of Ultramarine #131994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 77.08%

R = 9.9%
G = 13.02%
B = 77.08%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131994 (or 0x131994) is known color: Ultramarine. HEX triplet: 13, 19 and 94. RGB value is (19,25,148). Sum of RGB (Red+Green+Blue) = 19+25+148=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #131994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131994 is #ECE66B. Grayscale: #242424. Windows color (decimal): -15525484 or 9705747. OLE color: 9705747.

HSL color Cylindrical-coordinate representation of color #131994: hue angle of 237.21º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131994 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 25 148 -
CMYK 0.87 0.83 0 0.42
HSL 237.21º 0.77% 0.33% -
HSV(B) 237.21º 0.87% 0.58% -
XYZ 5.96 2.97 28.28 -
YUV 37.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 19 25 148 0.87 0.83 0 0.42 237.21 0.77 0.33
Hex 13 19 94 57 53 0 2A ED 4D 21
Octal 23 31 224 127 123 0 52 355 115 41
Binary 10011 11001 10010100 1010111 1010011 0 101010 11101101 1001101 100001

Color Harmonies of #131994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131994

Black with #131994

Text Example


Text Example

White with #131994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131994; }

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

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

background-color css

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

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

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

border-color css

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

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

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