Html Css Color HEX #131E97 Ultramarine

📋 copy color: '#131E97'

red 19 ◦ green 30 ◦ blue 151

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

Shades of Ultramarine #131E97

Tints of Ultramarine #131E97

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 151 (59.38% from 255) = 75.5%

R = 9.5%
G = 15%
B = 75.5%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#131E97 (or 0x131E97) is known color: Ultramarine. HEX triplet: 13, 1E and 97. RGB value is (19,30,151). Sum of RGB (Red+Green+Blue) = 19+30+151=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #131E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E97 is #ECE168. Grayscale: #282828. Windows color (decimal): -15524201 or 9903635. OLE color: 9903635.

HSL color Cylindrical-coordinate representation of color #131E97: hue angle of 235º 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 #131E97 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 30 151 -
CMYK 0.87 0.80 0 0.41
HSL 235º 0.78% 0.33% -
HSV(B) 235º 0.87% 0.59% -
XYZ 6.32 3.3 29.58 -
YUV 40.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 19 30 151 0.87 0.80 0 0.41 235 0.78 0.33
Hex 13 1E 97 57 50 0 29 EB 4E 21
Octal 23 36 227 127 120 0 51 353 116 41
Binary 10011 11110 10010111 1010111 1010000 0 101001 11101011 1001110 100001

Color Harmonies of #131E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E97

Black with #131E97

Text Example


Text Example

White with #131E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E97; }

 p { color: rgb(19,30,151); }

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

background-color css

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

 a { background-color: rgb(19,30,151); }

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

border-color css

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

 span { border-color: rgb(19,30,151); }

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