Html Css Color HEX #131198 Ultramarine

📋 copy color: '#131198'

red 19 ◦ green 17 ◦ blue 152

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

Shades of Ultramarine #131198

Tints of Ultramarine #131198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 152 (59.77% from 255) = 80.85%

R = 10.11%
G = 9.04%
B = 80.85%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#131198 (or 0x131198) is known color: Ultramarine. HEX triplet: 13, 11 and 98. RGB value is (19,17,152). Sum of RGB (Red+Green+Blue) = 19+17+152=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #131198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131198 is #ECEE67. Grayscale: #202020. Windows color (decimal): -15527528 or 9965843. OLE color: 9965843.

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

Color convert

RGB 19 17 152 -
CMYK 0.87 0.89 0 0.40
HSL 240.89º 0.8% 0.33% -
HSV(B) 240.89º 0.89% 0.6% -
XYZ 6.14 2.81 29.92 -
YUV 32.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 19 17 152 0.87 0.89 0 0.40 240.89 0.8 0.33
Hex 13 11 98 57 59 0 28 F1 50 21
Octal 23 21 230 127 131 0 50 361 120 41
Binary 10011 10001 10011000 1010111 1011001 0 101000 11110001 1010000 100001

Color Harmonies of #131198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131198

Black with #131198

Text Example


Text Example

White with #131198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131198; }

 p { color: rgb(19,17,152); }

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

background-color css

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

 a { background-color: rgb(19,17,152); }

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

border-color css

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

 span { border-color: rgb(19,17,152); }

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