Html Css Color HEX #131690 Ultramarine

📋 copy color: '#131690'

red 19 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #131690

Tints of Ultramarine #131690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 144 (56.64% from 255) = 77.84%

R = 10.27%
G = 11.89%
B = 77.84%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131690 (or 0x131690) is known color: Ultramarine. HEX triplet: 13, 16 and 90. RGB value is (19,22,144). Sum of RGB (Red+Green+Blue) = 19+22+144=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #131690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131690 is #ECE96F. Grayscale: #222222. Windows color (decimal): -15526256 or 9442835. OLE color: 9442835.

HSL color Cylindrical-coordinate representation of color #131690: hue angle of 238.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131690 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 22 144 -
CMYK 0.87 0.85 0 0.44
HSL 238.56º 0.77% 0.32% -
HSV(B) 238.56º 0.87% 0.56% -
XYZ 5.59 2.73 26.62 -
YUV 35.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 19 22 144 0.87 0.85 0 0.44 238.56 0.77 0.32
Hex 13 16 90 57 55 0 2C EF 4D 20
Octal 23 26 220 127 125 0 54 357 115 40
Binary 10011 10110 10010000 1010111 1010101 0 101100 11101111 1001101 100000

Color Harmonies of #131690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131690

Black with #131690

Text Example


Text Example

White with #131690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131690; }

 p { color: rgb(19,22,144); }

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

background-color css

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

 a { background-color: rgb(19,22,144); }

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

border-color css

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

 span { border-color: rgb(19,22,144); }

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