#191694

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

Shades of Ultramarine #191694

Tints of Ultramarine #191694

Color information

#191694 (or 0x191694) is unknown color: approx Ultramarine. HEX triplet: 19, 16 and 94. RGB value is (25,22,148). Sum of RGB (Red+Green+Blue) = 25+22+148=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #191694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191694 is #E6E96B. Grayscale: #242424. Windows color (decimal): -15133036 or 9704985. OLE color: 9704985.

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

Color convert

RGB2522148-
CMYK0.830.8500.42
HSL241.43º74.12%33.33%-
HSV(B)241.43º85.14%58.04%-
XYZ6.032.9228.26-
YUV37.26190.49119.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 148 (58.20% from 255) = 75.90%
R=12.82%
G=11.28%
B=75.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25221480.830.8500.42241.4374.1233.33
Hex191694535502Af14a21
Octal312622412312505236111241
Binary110011011010010100101001110101010101010111100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191694; }

 p { color: rgb(25,22,148); }

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

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

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

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

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

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

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