Html Css Color HEX #19047F Ultramarine

📋 copy color: '#19047F'

red 25 ◦ green 4 ◦ blue 127

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

Shades of Ultramarine #19047F

Tints of Ultramarine #19047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 81.41%

R = 16.03%
G = 2.56%
B = 81.41%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19047F (or 0x19047F) is known color: Ultramarine. HEX triplet: 19, 04 and 7F. RGB value is (25,4,127). Sum of RGB (Red+Green+Blue) = 25+4+127=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #19047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19047F is #E6FB80. Grayscale: #171717. Windows color (decimal): -15137665 or 8324121. OLE color: 8324121.

HSL color Cylindrical-coordinate representation of color #19047F: hue angle of 250.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19047F is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 4 127 -
CMYK 0.80 0.97 0 0.50
HSL 250.24º 0.94% 0.26% -
HSV(B) 250.24º 0.97% 0.5% -
XYZ 4.28 1.83 20.21 -
YUV 24.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 25 4 127 0.80 0.97 0 0.50 250.24 0.94 0.26
Hex 19 4 7F 50 61 0 32 FA 5E 1A
Octal 31 4 177 120 141 0 62 372 136 32
Binary 11001 100 1111111 1010000 1100001 0 110010 11111010 1011110 11010

Color Harmonies of #19047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19047F

Black with #19047F

Text Example


Text Example

White with #19047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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