Html Css Color HEX #19019D Ultramarine

📋 copy color: '#19019D'

red 25 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #19019D

Tints of Ultramarine #19019D

RGB

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

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

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

R = 13.66%
G = 0.55%
B = 85.79%

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

#19019D (or 0x19019D) is known color: Ultramarine. HEX triplet: 19, 01 and 9D. RGB value is (25,1,157). Sum of RGB (Red+Green+Blue) = 25+1+157=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #19019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19019D is #E6FE62. Grayscale: #191919. Windows color (decimal): -15138403 or 10289433. OLE color: 10289433.

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

Color convert

RGB 25 1 157 -
CMYK 0.84 0.99 0 0.38
HSL 249.23º 0.99% 0.31% -
HSV(B) 249.23º 0.99% 0.62% -
XYZ 6.5 2.66 32.07 -
YUV 25.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 25 1 157 0.84 0.99 0 0.38 249.23 0.99 0.31
Hex 19 1 9D 54 63 0 26 F9 63 1F
Octal 31 1 235 124 143 0 46 371 143 37
Binary 11001 1 10011101 1010100 1100011 0 100110 11111001 1100011 11111

Color Harmonies of #19019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19019D

Black with #19019D

Text Example


Text Example

White with #19019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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