Html Css Color HEX #190279 Ultramarine

📋 copy color: '#190279'

red 25 ◦ green 2 ◦ blue 121

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

Shades of Ultramarine #190279

Tints of Ultramarine #190279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

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

R = 16.89%
G = 1.35%
B = 81.76%

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

#190279 (or 0x190279) is known color: Ultramarine. HEX triplet: 19, 02 and 79. RGB value is (25,2,121). Sum of RGB (Red+Green+Blue) = 25+2+121=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #190279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190279 is #E6FD86. Grayscale: #151515. Windows color (decimal): -15138183 or 7930393. OLE color: 7930393.

HSL color Cylindrical-coordinate representation of color #190279: hue angle of 251.6º degrees, saturation: 0.97, 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 #190279 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 2 121 -
CMYK 0.79 0.98 0 0.53
HSL 251.6º 0.97% 0.24% -
HSV(B) 251.6º 0.98% 0.47% -
XYZ 3.87 1.63 18.2 -
YUV 22.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 25 2 121 0.79 0.98 0 0.53 251.6 0.97 0.24
Hex 19 2 79 4F 62 0 35 FC 61 18
Octal 31 2 171 117 142 0 65 374 141 30
Binary 11001 10 1111001 1001111 1100010 0 110101 11111100 1100001 11000

Color Harmonies of #190279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190279

Black with #190279

Text Example


Text Example

White with #190279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190279; }

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

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

background-color css

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

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

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

border-color css

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

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

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