Html Css Color HEX #131097 Ultramarine

📋 copy color: '#131097'

red 19 ◦ green 16 ◦ blue 151

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

Shades of Ultramarine #131097

Tints of Ultramarine #131097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 10.22%
G = 8.6%
B = 81.18%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#131097 (or 0x131097) is known color: Ultramarine. HEX triplet: 13, 10 and 97. RGB value is (19,16,151). Sum of RGB (Red+Green+Blue) = 19+16+151=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #131097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131097 is #ECEF68. Grayscale: #1F1F1F. Windows color (decimal): -15527785 or 9900051. OLE color: 9900051.

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

Color convert

RGB 19 16 151 -
CMYK 0.87 0.89 0 0.41
HSL 241.33º 0.81% 0.33% -
HSV(B) 241.33º 0.89% 0.59% -
XYZ 6.04 2.74 29.49 -
YUV 32.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 19 16 151 0.87 0.89 0 0.41 241.33 0.81 0.33
Hex 13 10 97 57 59 0 29 F1 51 21
Octal 23 20 227 127 131 0 51 361 121 41
Binary 10011 10000 10010111 1010111 1011001 0 101001 11110001 1010001 100001

Color Harmonies of #131097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131097

Black with #131097

Text Example


Text Example

White with #131097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131097; }

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

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

background-color css

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

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

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

border-color css

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

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

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