Html Css Color HEX #190379 Ultramarine

📋 copy color: '#190379'

red 25 ◦ green 3 ◦ blue 121

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

Shades of Ultramarine #190379

Tints of Ultramarine #190379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 16.78%
G = 2.01%
B = 81.21%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#190379 (or 0x190379) is known color: Ultramarine. HEX triplet: 19, 03 and 79. RGB value is (25,3,121). Sum of RGB (Red+Green+Blue) = 25+3+121=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 121 (47.66% from 255 or 81.21% from 149); Max value from RGB is 121 - color contains mainly: blue. Hex color #190379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190379 is #E6FC86. Grayscale: #161616. Windows color (decimal): -15137927 or 7930649. OLE color: 7930649.

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

Color convert

RGB 25 3 121 -
CMYK 0.79 0.98 0 0.53
HSL 251.19º 0.95% 0.24% -
HSV(B) 251.19º 0.98% 0.47% -
XYZ 3.88 1.65 18.2 -
YUV 23.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 25 3 121 0.79 0.98 0 0.53 251.19 0.95 0.24
Hex 19 3 79 4F 62 0 35 FB 5F 18
Octal 31 3 171 117 142 0 65 373 137 30
Binary 11001 11 1111001 1001111 1100010 0 110101 11111011 1011111 11000

Color Harmonies of #190379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190379

Black with #190379

Text Example


Text Example

White with #190379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190379; }

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

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

background-color css

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

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

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

border-color css

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

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

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