Html Css Color HEX #13198C Ultramarine

📋 copy color: '#13198C'

red 19 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #13198C

Tints of Ultramarine #13198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.09%

R = 10.33%
G = 13.59%
B = 76.09%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13198C (or 0x13198C) is known color: Ultramarine. HEX triplet: 13, 19 and 8C. RGB value is (19,25,140). Sum of RGB (Red+Green+Blue) = 19+25+140=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #13198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13198C is #ECE673. Grayscale: #232323. Windows color (decimal): -15525492 or 9181459. OLE color: 9181459.

HSL color Cylindrical-coordinate representation of color #13198C: hue angle of 237.02º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13198C is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 25 140 -
CMYK 0.86 0.82 0 0.45
HSL 237.02º 0.76% 0.31% -
HSV(B) 237.02º 0.86% 0.55% -
XYZ 5.35 2.73 25.06 -
YUV 36.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 19 25 140 0.86 0.82 0 0.45 237.02 0.76 0.31
Hex 13 19 8C 56 52 0 2D ED 4C 1F
Octal 23 31 214 126 122 0 55 355 114 37
Binary 10011 11001 10001100 1010110 1010010 0 101101 11101101 1001100 11111

Color Harmonies of #13198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13198C

Black with #13198C

Text Example


Text Example

White with #13198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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