Html Css Color HEX #19019F Ultramarine

📋 copy color: '#19019F'

red 25 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #19019F

Tints of Ultramarine #19019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 13.51%
G = 0.54%
B = 85.95%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19019F (or 0x19019F) is known color: Ultramarine. HEX triplet: 19, 01 and 9F. RGB value is (25,1,159). Sum of RGB (Red+Green+Blue) = 25+1+159=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #19019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19019F is #E6FE60. Grayscale: #191919. Windows color (decimal): -15138401 or 10420505. OLE color: 10420505.

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

Color convert

RGB 25 1 159 -
CMYK 0.84 0.99 0 0.38
HSL 249.11º 0.99% 0.31% -
HSV(B) 249.11º 0.99% 0.62% -
XYZ 6.67 2.73 32.98 -
YUV 26.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 25 1 159 0.84 0.99 0 0.38 249.11 0.99 0.31
Hex 19 1 9F 54 63 0 26 F9 63 1F
Octal 31 1 237 124 143 0 46 371 143 37
Binary 11001 1 10011111 1010100 1100011 0 100110 11111001 1100011 11111

Color Harmonies of #19019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19019F

Black with #19019F

Text Example


Text Example

White with #19019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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