Html Css Color HEX #13199D Ultramarine

📋 copy color: '#13199D'

red 19 ◦ green 25 ◦ blue 157

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

Shades of Ultramarine #13199D

Tints of Ultramarine #13199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 9.45%
G = 12.44%
B = 78.11%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13199D (or 0x13199D) is known color: Ultramarine. HEX triplet: 13, 19 and 9D. RGB value is (19,25,157). Sum of RGB (Red+Green+Blue) = 19+25+157=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #13199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13199D is #ECE662. Grayscale: #252525. Windows color (decimal): -15525475 or 10295571. OLE color: 10295571.

HSL color Cylindrical-coordinate representation of color #13199D: hue angle of 237.39º 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 #13199D is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 25 157 -
CMYK 0.88 0.84 0 0.38
HSL 237.39º 0.78% 0.35% -
HSV(B) 237.39º 0.88% 0.62% -
XYZ 6.7 3.27 32.18 -
YUV 38.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 19 25 157 0.88 0.84 0 0.38 237.39 0.78 0.35
Hex 13 19 9D 58 54 0 26 ED 4E 23
Octal 23 31 235 130 124 0 46 355 116 43
Binary 10011 11001 10011101 1011000 1010100 0 100110 11101101 1001110 100011

Color Harmonies of #13199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13199D

Black with #13199D

Text Example


Text Example

White with #13199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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