Html Css Color HEX #190079 Ultramarine

📋 copy color: '#190079'

red 25 ◦ green 0 ◦ blue 121

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

Shades of Ultramarine #190079

Tints of Ultramarine #190079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 17.12%
G = 0%
B = 82.88%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#190079 (or 0x190079) is known color: Ultramarine. HEX triplet: 19, 00 and 79. RGB value is (25,0,121). Sum of RGB (Red+Green+Blue) = 25+0+121=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #190079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190079 is #E6FF86. Grayscale: #141414. Windows color (decimal): -15138695 or 7929881. OLE color: 7929881.

HSL color Cylindrical-coordinate representation of color #190079: hue angle of 252.4º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190079 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 0 121 -
CMYK 0.79 1 0 0.53
HSL 252.4º 1% 0.24% -
HSV(B) 252.4º 1% 0.47% -
XYZ 3.85 1.59 18.19 -
YUV 21.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 25 0 121 0.79 1 0 0.53 252.4 1 0.24
Hex 19 0 79 4F 64 0 35 FC 64 18
Octal 31 0 171 117 144 0 65 374 144 30
Binary 11001 0 1111001 1001111 1100100 0 110101 11111100 1100100 11000

Color Harmonies of #190079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190079

Black with #190079

Text Example


Text Example

White with #190079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190079; }

 p { color: rgb(25,0,121); }

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

background-color css

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

 a { background-color: rgb(25,0,121); }

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

border-color css

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

 span { border-color: rgb(25,0,121); }

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