Html Css Color HEX #131996 Ultramarine

📋 copy color: '#131996'

red 19 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #131996

Tints of Ultramarine #131996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 77.32%

R = 9.79%
G = 12.89%
B = 77.32%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#131996 (or 0x131996) is known color: Ultramarine. HEX triplet: 13, 19 and 96. RGB value is (19,25,150). Sum of RGB (Red+Green+Blue) = 19+25+150=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #131996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131996 is #ECE669. Grayscale: #242424. Windows color (decimal): -15525482 or 9836819. OLE color: 9836819.

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

Color convert

RGB 19 25 150 -
CMYK 0.87 0.83 0 0.41
HSL 237.25º 0.78% 0.33% -
HSV(B) 237.25º 0.87% 0.59% -
XYZ 6.12 3.04 29.12 -
YUV 37.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 19 25 150 0.87 0.83 0 0.41 237.25 0.78 0.33
Hex 13 19 96 57 53 0 29 ED 4E 21
Octal 23 31 226 127 123 0 51 355 116 41
Binary 10011 11001 10010110 1010111 1010011 0 101001 11101101 1001110 100001

Color Harmonies of #131996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131996

Black with #131996

Text Example


Text Example

White with #131996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131996; }

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

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

background-color css

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

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

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

border-color css

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

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

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