#192393

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

Shades of Ultramarine #192393

Tints of Ultramarine #192393

Color information

#192393 (or 0x192393) is unknown color: approx Ultramarine. HEX triplet: 19, 23 and 93. RGB value is (25,35,147). Sum of RGB (Red+Green+Blue) = 25+35+147=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #192393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192393 is #E6DC6C. Grayscale: #2C2C2C. Windows color (decimal): -15129709 or 9642777. OLE color: 9642777.

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

Color convert

RGB2535147-
CMYK0.830.7600.42
HSL235.08º70.93%33.73%-
HSV(B)235.08º82.99%57.65%-
XYZ6.273.5227.95-
YUV44.78185.69113.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=12.08%
G=16.91%
B=71.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25351470.830.7600.42235.0870.9333.73
Hex192393534C02Aeb4722
Octal314322312311405235310742
Binary1100110001110010011101001110011000101010111010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192393; }

 p { color: rgb(25,35,147); }

 H1.HeaderClassName
 {
   color: #192393;
 }
 .AnyTagClassName
 {
   color: #192393;
 }
</style>
background-color css

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

 a { background-color: rgb(25,35,147); }

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

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

 span { border-color: rgb(25,35,147); }

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