Html Css Color HEX #19017D Ultramarine

📋 copy color: '#19017D'

red 25 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #19017D

Tints of Ultramarine #19017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.78%

R = 16.56%
G = 0.66%
B = 82.78%

CMYK

 C value IS 0.8

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19017D (or 0x19017D) is known color: Ultramarine. HEX triplet: 19, 01 and 7D. RGB value is (25,1,125). Sum of RGB (Red+Green+Blue) = 25+1+125=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #19017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19017D is #E6FE82. Grayscale: #151515. Windows color (decimal): -15138435 or 8192281. OLE color: 8192281.

HSL color Cylindrical-coordinate representation of color #19017D: hue angle of 251.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19017D is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 1 125 -
CMYK 0.8 0.99 0 0.51
HSL 251.61º 0.98% 0.25% -
HSV(B) 251.61º 0.99% 0.49% -
XYZ 4.11 1.71 19.52 -
YUV 22.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 25 1 125 0.8 0.99 0 0.51 251.61 0.98 0.25
Hex 19 1 7D 50 63 0 33 FC 62 19
Octal 31 1 175 120 143 0 63 374 142 31
Binary 11001 1 1111101 1010000 1100011 0 110011 11111100 1100010 11001

Color Harmonies of #19017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19017D

Black with #19017D

Text Example


Text Example

White with #19017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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