Html Css Color HEX #13199B Ultramarine

📋 copy color: '#13199B'

red 19 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #13199B

Tints of Ultramarine #13199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 9.55%
G = 12.56%
B = 77.89%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13199B (or 0x13199B) is known color: Ultramarine. HEX triplet: 13, 19 and 9B. RGB value is (19,25,155). Sum of RGB (Red+Green+Blue) = 19+25+155=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #13199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13199B is #ECE664. Grayscale: #252525. Windows color (decimal): -15525477 or 10164499. OLE color: 10164499.

HSL color Cylindrical-coordinate representation of color #13199B: hue angle of 237.35º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13199B is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 25 155 -
CMYK 0.88 0.84 0 0.39
HSL 237.35º 0.78% 0.34% -
HSV(B) 237.35º 0.88% 0.61% -
XYZ 6.53 3.2 31.28 -
YUV 38.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 19 25 155 0.88 0.84 0 0.39 237.35 0.78 0.34
Hex 13 19 9B 58 54 0 27 ED 4E 22
Octal 23 31 233 130 124 0 47 355 116 42
Binary 10011 11001 10011011 1011000 1010100 0 100111 11101101 1001110 100010

Color Harmonies of #13199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13199B

Black with #13199B

Text Example


Text Example

White with #13199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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