Html Css Color HEX #19059D Ultramarine

📋 copy color: '#19059D'

red 25 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #19059D

Tints of Ultramarine #19059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.96%

R = 13.37%
G = 2.67%
B = 83.96%

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

#19059D (or 0x19059D) is known color: Ultramarine. HEX triplet: 19, 05 and 9D. RGB value is (25,5,157). Sum of RGB (Red+Green+Blue) = 25+5+157=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #19059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059D is #E6FA62. Grayscale: #1B1B1B. Windows color (decimal): -15137379 or 10290457. OLE color: 10290457.

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

Color convert

RGB 25 5 157 -
CMYK 0.84 0.97 0 0.38
HSL 247.89º 0.94% 0.32% -
HSV(B) 247.89º 0.97% 0.62% -
XYZ 6.54 2.75 32.08 -
YUV 28.31 200.63 125.64 -
System Red Green Blue C M Y K H S L
Decimal 25 5 157 0.84 0.97 0 0.38 247.89 0.94 0.32
Hex 19 5 9D 54 61 0 26 F8 5E 20
Octal 31 5 235 124 141 0 46 370 136 40
Binary 11001 101 10011101 1010100 1100001 0 100110 11111000 1011110 100000

Color Harmonies of #19059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19059D

Black with #19059D

Text Example


Text Example

White with #19059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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