Html Css Color HEX #19208D Ultramarine

📋 copy color: '#19208D'

red 25 ◦ green 32 ◦ blue 141

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

Shades of Ultramarine #19208D

Tints of Ultramarine #19208D

RGB

 RED value IS 25 (10.16% from 255) = 12.63%

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 12.63%
G = 16.16%
B = 71.21%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19208D (or 0x19208D) is known color: Ultramarine. HEX triplet: 19, 20 and 8D. RGB value is (25,32,141). Sum of RGB (Red+Green+Blue) = 25+32+141=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #19208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19208D is #E6DF72. Grayscale: #292929. Windows color (decimal): -15130483 or 9248793. OLE color: 9248793.

HSL color Cylindrical-coordinate representation of color #19208D: hue angle of 236.38º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19208D is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 32 141 -
CMYK 0.82 0.77 0 0.45
HSL 236.38º 0.7% 0.33% -
HSV(B) 236.38º 0.82% 0.55% -
XYZ 5.73 3.16 25.51 -
YUV 42.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 25 32 141 0.82 0.77 0 0.45 236.38 0.7 0.33
Hex 19 20 8D 52 4D 0 2D EC 46 21
Octal 31 40 215 122 115 0 55 354 106 41
Binary 11001 100000 10001101 1010010 1001101 0 101101 11101100 1000110 100001

Color Harmonies of #19208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19208D

Black with #19208D

Text Example


Text Example

White with #19208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,32,141); }

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

background-color css

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

 a { background-color: rgb(25,32,141); }

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

border-color css

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

 span { border-color: rgb(25,32,141); }

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