Html Css Color HEX #13159D Ultramarine

📋 copy color: '#13159D'

red 19 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #13159D

Tints of Ultramarine #13159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 157 (61.72% from 255) = 79.7%

R = 9.64%
G = 10.66%
B = 79.7%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13159D (or 0x13159D) is known color: Ultramarine. HEX triplet: 13, 15 and 9D. RGB value is (19,21,157). Sum of RGB (Red+Green+Blue) = 19+21+157=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #13159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13159D is #ECEA62. Grayscale: #232323. Windows color (decimal): -15526499 or 10294547. OLE color: 10294547.

HSL color Cylindrical-coordinate representation of color #13159D: hue angle of 239.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13159D is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 21 157 -
CMYK 0.88 0.87 0 0.38
HSL 239.13º 0.78% 0.35% -
HSV(B) 239.13º 0.88% 0.62% -
XYZ 6.62 3.11 32.15 -
YUV 35.91 196.34 115.94 -
System Red Green Blue C M Y K H S L
Decimal 19 21 157 0.88 0.87 0 0.38 239.13 0.78 0.35
Hex 13 15 9D 58 57 0 26 EF 4E 23
Octal 23 25 235 130 127 0 46 357 116 43
Binary 10011 10101 10011101 1011000 1010111 0 100110 11101111 1001110 100011

Color Harmonies of #13159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13159D

Black with #13159D

Text Example


Text Example

White with #13159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,21,157); }

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

background-color css

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

 a { background-color: rgb(19,21,157); }

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

border-color css

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

 span { border-color: rgb(19,21,157); }

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