Html Css Color HEX #19039F Ultramarine

📋 copy color: '#19039F'

red 25 ◦ green 3 ◦ blue 159

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

Shades of Ultramarine #19039F

Tints of Ultramarine #19039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 13.37%
G = 1.6%
B = 85.03%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19039F (or 0x19039F) is known color: Ultramarine. HEX triplet: 19, 03 and 9F. RGB value is (25,3,159). Sum of RGB (Red+Green+Blue) = 25+3+159=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #19039F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19039F is #E6FC60. Grayscale: #1A1A1A. Windows color (decimal): -15137889 or 10421017. OLE color: 10421017.

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

Color convert

RGB 25 3 159 -
CMYK 0.84 0.98 0 0.38
HSL 248.46º 0.96% 0.32% -
HSV(B) 248.46º 0.98% 0.62% -
XYZ 6.69 2.78 32.98 -
YUV 27.36 202.29 126.32 -
System Red Green Blue C M Y K H S L
Decimal 25 3 159 0.84 0.98 0 0.38 248.46 0.96 0.32
Hex 19 3 9F 54 62 0 26 F8 60 20
Octal 31 3 237 124 142 0 46 370 140 40
Binary 11001 11 10011111 1010100 1100010 0 100110 11111000 1100000 100000

Color Harmonies of #19039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19039F

Black with #19039F

Text Example


Text Example

White with #19039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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