Html Css Color HEX #13108D Ultramarine

📋 copy color: '#13108D'

red 19 ◦ green 16 ◦ blue 141

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

Shades of Ultramarine #13108D

Tints of Ultramarine #13108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 80.11%

R = 10.8%
G = 9.09%
B = 80.11%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13108D (or 0x13108D) is known color: Ultramarine. HEX triplet: 13, 10 and 8D. RGB value is (19,16,141). Sum of RGB (Red+Green+Blue) = 19+16+141=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #13108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13108D is #ECEF72. Grayscale: #1E1E1E. Windows color (decimal): -15527795 or 9244691. OLE color: 9244691.

HSL color Cylindrical-coordinate representation of color #13108D: hue angle of 241.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13108D is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 16 141 -
CMYK 0.87 0.89 0 0.45
HSL 241.44º 0.8% 0.31% -
HSV(B) 241.44º 0.89% 0.55% -
XYZ 5.26 2.43 25.39 -
YUV 31.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 19 16 141 0.87 0.89 0 0.45 241.44 0.8 0.31
Hex 13 10 8D 57 59 0 2D F1 50 1F
Octal 23 20 215 127 131 0 55 361 120 37
Binary 10011 10000 10001101 1010111 1011001 0 101101 11110001 1010000 11111

Color Harmonies of #13108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13108D

Black with #13108D

Text Example


Text Example

White with #13108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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