Html Css Color HEX #19218E Ultramarine

📋 copy color: '#19218E'

red 25 ◦ green 33 ◦ blue 142

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

Shades of Ultramarine #19218E

Tints of Ultramarine #19218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 142 (55.86% from 255) = 71%

R = 12.5%
G = 16.5%
B = 71%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19218E (or 0x19218E) is known color: Ultramarine. HEX triplet: 19, 21 and 8E. RGB value is (25,33,142). Sum of RGB (Red+Green+Blue) = 25+33+142=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #19218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19218E is #E6DE71. Grayscale: #2A2A2A. Windows color (decimal): -15130226 or 9314585. OLE color: 9314585.

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

Color convert

RGB 25 33 142 -
CMYK 0.82 0.77 0 0.44
HSL 235.9º 0.7% 0.33% -
HSV(B) 235.9º 0.82% 0.56% -
XYZ 5.83 3.25 25.91 -
YUV 43.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 25 33 142 0.82 0.77 0 0.44 235.9 0.7 0.33
Hex 19 21 8E 52 4D 0 2C EC 46 21
Octal 31 41 216 122 115 0 54 354 106 41
Binary 11001 100001 10001110 1010010 1001101 0 101100 11101100 1000110 100001

Color Harmonies of #19218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19218E

Black with #19218E

Text Example


Text Example

White with #19218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19218E; }

 p { color: rgb(25,33,142); }

 H1.HeaderClassName
 {
   color: #19218E;
 }
 .AnyTagClassName
 {
   color: #19218E;
 }
</style>

background-color css

<style>
 a { background-color: #19218E; }

 a { background-color: rgb(25,33,142); }

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

border-color css

<style>
 span { border-color: #19218E; }

 span { border-color: rgb(25,33,142); }

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