Html Css Color HEX #19048B Ultramarine

📋 copy color: '#19048B'

red 25 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #19048B

Tints of Ultramarine #19048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 82.74%

R = 14.88%
G = 2.38%
B = 82.74%

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

#19048B (or 0x19048B) is known color: Ultramarine. HEX triplet: 19, 04 and 8B. RGB value is (25,4,139). Sum of RGB (Red+Green+Blue) = 25+4+139=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 139 (54.69% from 255 or 82.74% from 168); Max value from RGB is 139 - color contains mainly: blue. Hex color #19048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19048B is #E6FB74. Grayscale: #191919. Windows color (decimal): -15137653 or 9110553. OLE color: 9110553.

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

Color convert

RGB 25 4 139 -
CMYK 0.82 0.97 0 0.45
HSL 249.33º 0.94% 0.28% -
HSV(B) 249.33º 0.97% 0.55% -
XYZ 5.1 2.16 24.57 -
YUV 25.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 25 4 139 0.82 0.97 0 0.45 249.33 0.94 0.28
Hex 19 4 8B 52 61 0 2D F9 5E 1C
Octal 31 4 213 122 141 0 55 371 136 34
Binary 11001 100 10001011 1010010 1100001 0 101101 11111001 1011110 11100

Color Harmonies of #19048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19048B

Black with #19048B

Text Example


Text Example

White with #19048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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