Html Css Color HEX #190292 Ultramarine

📋 copy color: '#190292'

red 25 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #190292

Tints of Ultramarine #190292

RGB

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

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

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

R = 14.45%
G = 1.16%
B = 84.39%

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

#190292 (or 0x190292) is known color: Ultramarine. HEX triplet: 19, 02 and 92. RGB value is (25,2,146). Sum of RGB (Red+Green+Blue) = 25+2+146=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #190292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190292 is #E6FD6D. Grayscale: #181818. Windows color (decimal): -15138158 or 9568793. OLE color: 9568793.

HSL color Cylindrical-coordinate representation of color #190292: hue angle of 249.58º degrees, saturation: 0.97, 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 #190292 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 2 146 -
CMYK 0.83 0.99 0 0.43
HSL 249.58º 0.97% 0.29% -
HSV(B) 249.58º 0.99% 0.57% -
XYZ 5.61 2.33 27.35 -
YUV 25.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 25 2 146 0.83 0.99 0 0.43 249.58 0.97 0.29
Hex 19 2 92 53 63 0 2B FA 61 1D
Octal 31 2 222 123 143 0 53 372 141 35
Binary 11001 10 10010010 1010011 1100011 0 101011 11111010 1100001 11101

Color Harmonies of #190292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190292

Black with #190292

Text Example


Text Example

White with #190292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190292; }

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

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

background-color css

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

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

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

border-color css

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

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

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