Html Css Color HEX #19158D Ultramarine

📋 copy color: '#19158D'

red 25 ◦ green 21 ◦ blue 141

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

Shades of Ultramarine #19158D

Tints of Ultramarine #19158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 13.37%
G = 11.23%
B = 75.4%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19158D (or 0x19158D) is known color: Ultramarine. HEX triplet: 19, 15 and 8D. RGB value is (25,21,141). Sum of RGB (Red+Green+Blue) = 25+21+141=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #19158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19158D is #E6EA72. Grayscale: #232323. Windows color (decimal): -15133299 or 9245977. OLE color: 9245977.

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

Color convert

RGB 25 21 141 -
CMYK 0.82 0.85 0 0.45
HSL 242º 0.74% 0.32% -
HSV(B) 242º 0.85% 0.55% -
XYZ 5.48 2.67 25.43 -
YUV 35.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 25 21 141 0.82 0.85 0 0.45 242 0.74 0.32
Hex 19 15 8D 52 55 0 2D F2 4A 20
Octal 31 25 215 122 125 0 55 362 112 40
Binary 11001 10101 10001101 1010010 1010101 0 101101 11110010 1001010 100000

Color Harmonies of #19158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19158D

Black with #19158D

Text Example


Text Example

White with #19158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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