Html Css Color HEX #190192 Ultramarine

📋 copy color: '#190192'

red 25 ◦ green 1 ◦ blue 146

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

Shades of Ultramarine #190192

Tints of Ultramarine #190192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 84.88%

R = 14.53%
G = 0.58%
B = 84.88%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#190192 (or 0x190192) is known color: Ultramarine. HEX triplet: 19, 01 and 92. RGB value is (25,1,146). Sum of RGB (Red+Green+Blue) = 25+1+146=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #190192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190192 is #E6FE6D. Grayscale: #181818. Windows color (decimal): -15138414 or 9568537. OLE color: 9568537.

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

Color convert

RGB 25 1 146 -
CMYK 0.83 0.99 0 0.43
HSL 249.93º 0.99% 0.29% -
HSV(B) 249.93º 0.99% 0.57% -
XYZ 5.6 2.3 27.34 -
YUV 24.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 25 1 146 0.83 0.99 0 0.43 249.93 0.99 0.29
Hex 19 1 92 53 63 0 2B FA 63 1D
Octal 31 1 222 123 143 0 53 372 143 35
Binary 11001 1 10010010 1010011 1100011 0 101011 11111010 1100011 11101

Color Harmonies of #190192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190192

Black with #190192

Text Example


Text Example

White with #190192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190192; }

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

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

background-color css

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

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

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

border-color css

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

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

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