Html Css Color HEX #19139F Ultramarine

📋 copy color: '#19139F'

red 25 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #19139F

Tints of Ultramarine #19139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 12.32%
G = 9.36%
B = 78.33%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19139F (or 0x19139F) is known color: Ultramarine. HEX triplet: 19, 13 and 9F. RGB value is (25,19,159). Sum of RGB (Red+Green+Blue) = 25+19+159=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #19139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19139F is #E6EC60. Grayscale: #242424. Windows color (decimal): -15133793 or 10425113. OLE color: 10425113.

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

Color convert

RGB 25 19 159 -
CMYK 0.84 0.88 0 0.38
HSL 242.57º 0.79% 0.35% -
HSV(B) 242.57º 0.88% 0.62% -
XYZ 6.89 3.18 33.05 -
YUV 36.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 25 19 159 0.84 0.88 0 0.38 242.57 0.79 0.35
Hex 19 13 9F 54 58 0 26 F3 4F 23
Octal 31 23 237 124 130 0 46 363 117 43
Binary 11001 10011 10011111 1010100 1011000 0 100110 11110011 1001111 100011

Color Harmonies of #19139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19139F

Black with #19139F

Text Example


Text Example

White with #19139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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