Html Css Color HEX #19049F Ultramarine

📋 copy color: '#19049F'

red 25 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #19049F

Tints of Ultramarine #19049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 13.3%
G = 2.13%
B = 84.57%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19049F (or 0x19049F) is known color: Ultramarine. HEX triplet: 19, 04 and 9F. RGB value is (25,4,159). Sum of RGB (Red+Green+Blue) = 25+4+159=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #19049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19049F is #E6FB60. Grayscale: #1B1B1B. Windows color (decimal): -15137633 or 10421273. OLE color: 10421273.

HSL color Cylindrical-coordinate representation of color #19049F: hue angle of 248.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19049F is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 4 159 -
CMYK 0.84 0.97 0 0.38
HSL 248.13º 0.95% 0.32% -
HSV(B) 248.13º 0.97% 0.62% -
XYZ 6.7 2.8 32.99 -
YUV 27.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 25 4 159 0.84 0.97 0 0.38 248.13 0.95 0.32
Hex 19 4 9F 54 61 0 26 F8 5F 20
Octal 31 4 237 124 141 0 46 370 137 40
Binary 11001 100 10011111 1010100 1100001 0 100110 11111000 1011111 100000

Color Harmonies of #19049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19049F

Black with #19049F

Text Example


Text Example

White with #19049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19049F; }

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

 H1.HeaderClassName
 {
   color: #19049F;
 }
 .AnyTagClassName
 {
   color: #19049F;
 }
</style>

background-color css

<style>
 a { background-color: #19049F; }

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

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

border-color css

<style>
 span { border-color: #19049F; }

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

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