#191993

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

Shades of Ultramarine #191993

Tints of Ultramarine #191993

Color information

#191993 (or 0x191993) is unknown color: approx Ultramarine. HEX triplet: 19, 19 and 93. RGB value is (25,25,147). Sum of RGB (Red+Green+Blue) = 25+25+147=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #191993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191993 is #E6E66C. Grayscale: #262626. Windows color (decimal): -15132269 or 9640217. OLE color: 9640217.

HSL color Cylindrical-coordinate representation of color #191993: hue angle of 240º 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 #191993 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2525147-
CMYK0.830.8300.42
HSL240º70.93%33.73%-
HSV(B)240º82.99%57.65%-
XYZ6.013.0127.87-
YUV38.91189118.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 147 (57.81% from 255) = 74.62%
R=12.69%
G=12.69%
B=74.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25251470.830.8300.4224070.9333.73
Hex191993535302Af04722
Octal313122312312305236010742
Binary110011100110010011101001110100110101010111100001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191993; }

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

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

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

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

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

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

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

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