Html Css Color HEX #19059F Ultramarine

📋 copy color: '#19059F'

red 25 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #19059F

Tints of Ultramarine #19059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 13.23%
G = 2.65%
B = 84.13%

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

#19059F (or 0x19059F) is known color: Ultramarine. HEX triplet: 19, 05 and 9F. RGB value is (25,5,159). Sum of RGB (Red+Green+Blue) = 25+5+159=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #19059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059F is #E6FA60. Grayscale: #1B1B1B. Windows color (decimal): -15137377 or 10421529. OLE color: 10421529.

HSL color Cylindrical-coordinate representation of color #19059F: hue angle of 247.79º degrees, saturation: 0.94, 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 #19059F is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 5 159 -
CMYK 0.84 0.97 0 0.38
HSL 247.79º 0.94% 0.32% -
HSV(B) 247.79º 0.97% 0.62% -
XYZ 6.71 2.82 32.99 -
YUV 28.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 25 5 159 0.84 0.97 0 0.38 247.79 0.94 0.32
Hex 19 5 9F 54 61 0 26 F8 5E 20
Octal 31 5 237 124 141 0 46 370 136 40
Binary 11001 101 10011111 1010100 1100001 0 100110 11111000 1011110 100000

Color Harmonies of #19059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19059F

Black with #19059F

Text Example


Text Example

White with #19059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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