Html Css Color HEX #19048D Ultramarine

📋 copy color: '#19048D'

red 25 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #19048D

Tints of Ultramarine #19048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 14.71%
G = 2.35%
B = 82.94%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19048D (or 0x19048D) is known color: Ultramarine. HEX triplet: 19, 04 and 8D. RGB value is (25,4,141). Sum of RGB (Red+Green+Blue) = 25+4+141=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #19048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19048D is #E6FB72. Grayscale: #191919. Windows color (decimal): -15137651 or 9241625. OLE color: 9241625.

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

Color convert

RGB 25 4 141 -
CMYK 0.82 0.97 0 0.45
HSL 249.2º 0.94% 0.28% -
HSV(B) 249.2º 0.97% 0.55% -
XYZ 5.25 2.22 25.35 -
YUV 25.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 25 4 141 0.82 0.97 0 0.45 249.2 0.94 0.28
Hex 19 4 8D 52 61 0 2D F9 5E 1C
Octal 31 4 215 122 141 0 55 371 136 34
Binary 11001 100 10001101 1010010 1100001 0 101101 11111001 1011110 11100

Color Harmonies of #19048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19048D

Black with #19048D

Text Example


Text Example

White with #19048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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