#190292

Color #190292 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #190292

Tints of Ultramarine #190292

Color information

#190292 (or 0x190292) is unknown color: approx 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

RGB252146-
CMYK0.830.9900.43
HSL249.58º97.3%29.02%-
HSV(B)249.58º98.63%57.25%-
XYZ5.612.3327.35-
YUV25.29196.12127.79-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2521460.830.9900.43249.5897.329.02
Hex19292536302Bfa611d
Octal31222212314305337214135
Binary11001101001001010100111100011010101111111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>