Html Css Color HEX #19017A Ultramarine

📋 copy color: '#19017A'

red 25 ◦ green 1 ◦ blue 122

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

Shades of Ultramarine #19017A

Tints of Ultramarine #19017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 82.43%

R = 16.89%
G = 0.68%
B = 82.43%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19017A (or 0x19017A) is known color: Ultramarine. HEX triplet: 19, 01 and 7A. RGB value is (25,1,122). Sum of RGB (Red+Green+Blue) = 25+1+122=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #19017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19017A is #E6FE85. Grayscale: #151515. Windows color (decimal): -15138438 or 7995673. OLE color: 7995673.

HSL color Cylindrical-coordinate representation of color #19017A: hue angle of 251.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19017A is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 1 122 -
CMYK 0.80 0.99 0 0.52
HSL 251.9º 0.98% 0.24% -
HSV(B) 251.9º 0.99% 0.48% -
XYZ 3.92 1.63 18.52 -
YUV 21.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 25 1 122 0.80 0.99 0 0.52 251.9 0.98 0.24
Hex 19 1 7A 50 63 0 34 FC 62 18
Octal 31 1 172 120 143 0 64 374 142 30
Binary 11001 1 1111010 1010000 1100011 0 110100 11111100 1100010 11000

Color Harmonies of #19017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19017A

Black with #19017A

Text Example


Text Example

White with #19017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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