Html Css Color HEX #131099 Ultramarine

📋 copy color: '#131099'

red 19 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #131099

Tints of Ultramarine #131099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 81.38%

R = 10.11%
G = 8.51%
B = 81.38%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#131099 (or 0x131099) is known color: Ultramarine. HEX triplet: 13, 10 and 99. RGB value is (19,16,153). Sum of RGB (Red+Green+Blue) = 19+16+153=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #131099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131099 is #ECEF66. Grayscale: #1F1F1F. Windows color (decimal): -15527783 or 10031123. OLE color: 10031123.

HSL color Cylindrical-coordinate representation of color #131099: hue angle of 241.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131099 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 16 153 -
CMYK 0.88 0.90 0 0.4
HSL 241.31º 0.81% 0.33% -
HSV(B) 241.31º 0.9% 0.6% -
XYZ 6.2 2.81 30.35 -
YUV 32.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 19 16 153 0.88 0.90 0 0.4 241.31 0.81 0.33
Hex 13 10 99 58 5A 0 28 F1 51 21
Octal 23 20 231 130 132 0 50 361 121 41
Binary 10011 10000 10011001 1011000 1011010 0 101000 11110001 1010001 100001

Color Harmonies of #131099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131099

Black with #131099

Text Example


Text Example

White with #131099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131099; }

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

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

background-color css

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

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

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

border-color css

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

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

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