Html Css Color HEX #19218D Ultramarine

📋 copy color: '#19218D'

red 25 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #19218D

Tints of Ultramarine #19218D

RGB

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

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

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

R = 12.56%
G = 16.58%
B = 70.85%

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

#19218D (or 0x19218D) is known color: Ultramarine. HEX triplet: 19, 21 and 8D. RGB value is (25,33,141). Sum of RGB (Red+Green+Blue) = 25+33+141=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #19218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19218D is #E6DE72. Grayscale: #2A2A2A. Windows color (decimal): -15130227 or 9249049. OLE color: 9249049.

HSL color Cylindrical-coordinate representation of color #19218D: hue angle of 235.86º 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 #19218D is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 33 141 -
CMYK 0.82 0.77 0 0.45
HSL 235.86º 0.7% 0.33% -
HSV(B) 235.86º 0.82% 0.55% -
XYZ 5.75 3.22 25.52 -
YUV 42.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 25 33 141 0.82 0.77 0 0.45 235.86 0.7 0.33
Hex 19 21 8D 52 4D 0 2D EC 46 21
Octal 31 41 215 122 115 0 55 354 106 41
Binary 11001 100001 10001101 1010010 1001101 0 101101 11101100 1000110 100001

Color Harmonies of #19218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19218D

Black with #19218D

Text Example


Text Example

White with #19218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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