Html Css Color HEX #190195 Ultramarine

📋 copy color: '#190195'

red 25 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #190195

Tints of Ultramarine #190195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 85.14%

R = 14.29%
G = 0.57%
B = 85.14%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190195 (or 0x190195) is known color: Ultramarine. HEX triplet: 19, 01 and 95. RGB value is (25,1,149). Sum of RGB (Red+Green+Blue) = 25+1+149=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #190195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190195 is #E6FE6A. Grayscale: #181818. Windows color (decimal): -15138411 or 9765145. OLE color: 9765145.

HSL color Cylindrical-coordinate representation of color #190195: hue angle of 249.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190195 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 1 149 -
CMYK 0.83 0.99 0 0.42
HSL 249.73º 0.99% 0.29% -
HSV(B) 249.73º 0.99% 0.58% -
XYZ 5.84 2.4 28.59 -
YUV 25.05 197.95 127.97 -
System Red Green Blue C M Y K H S L
Decimal 25 1 149 0.83 0.99 0 0.42 249.73 0.99 0.29
Hex 19 1 95 53 63 0 2A FA 63 1D
Octal 31 1 225 123 143 0 52 372 143 35
Binary 11001 1 10010101 1010011 1100011 0 101010 11111010 1100011 11101

Color Harmonies of #190195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190195

Black with #190195

Text Example


Text Example

White with #190195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190195; }

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

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

background-color css

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

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

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

border-color css

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

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

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