Html Css Color HEX #19048C Ultramarine

📋 copy color: '#19048C'

red 25 ◦ green 4 ◦ blue 140

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

Shades of Ultramarine #19048C

Tints of Ultramarine #19048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 82.84%

R = 14.79%
G = 2.37%
B = 82.84%

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

#19048C (or 0x19048C) is known color: Ultramarine. HEX triplet: 19, 04 and 8C. RGB value is (25,4,140). Sum of RGB (Red+Green+Blue) = 25+4+140=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #19048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19048C is #E6FB73. Grayscale: #191919. Windows color (decimal): -15137652 or 9176089. OLE color: 9176089.

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

Color convert

RGB 25 4 140 -
CMYK 0.82 0.97 0 0.45
HSL 249.26º 0.94% 0.28% -
HSV(B) 249.26º 0.97% 0.55% -
XYZ 5.18 2.19 24.96 -
YUV 25.78 192.46 127.44 -
System Red Green Blue C M Y K H S L
Decimal 25 4 140 0.82 0.97 0 0.45 249.26 0.94 0.28
Hex 19 4 8C 52 61 0 2D F9 5E 1C
Octal 31 4 214 122 141 0 55 371 136 34
Binary 11001 100 10001100 1010010 1100001 0 101101 11111001 1011110 11100

Color Harmonies of #19048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19048C

Black with #19048C

Text Example


Text Example

White with #19048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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