Html Css Color HEX #131894 Ultramarine

📋 copy color: '#131894'

red 19 ◦ green 24 ◦ blue 148

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

Shades of Ultramarine #131894

Tints of Ultramarine #131894

RGB

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

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

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

R = 9.95%
G = 12.57%
B = 77.49%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131894 (or 0x131894) is known color: Ultramarine. HEX triplet: 13, 18 and 94. RGB value is (19,24,148). Sum of RGB (Red+Green+Blue) = 19+24+148=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #131894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131894 is #ECE76B. Grayscale: #242424. Windows color (decimal): -15525740 or 9705491. OLE color: 9705491.

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

Color convert

RGB 19 24 148 -
CMYK 0.87 0.84 0 0.42
HSL 237.67º 0.77% 0.33% -
HSV(B) 237.67º 0.87% 0.58% -
XYZ 5.94 2.93 28.27 -
YUV 36.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 19 24 148 0.87 0.84 0 0.42 237.67 0.77 0.33
Hex 13 18 94 57 54 0 2A EE 4D 21
Octal 23 30 224 127 124 0 52 356 115 41
Binary 10011 11000 10010100 1010111 1010100 0 101010 11101110 1001101 100001

Color Harmonies of #131894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131894

Black with #131894

Text Example


Text Example

White with #131894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131894; }

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

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

background-color css

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

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

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

border-color css

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

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

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