#192966

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

Shades of Sapphire #192966

Tints of Sapphire #192966

Color information

#192966 (or 0x192966) is unknown color: approx Sapphire. HEX triplet: 19, 29 and 66. RGB value is (25,41,102). Sum of RGB (Red+Green+Blue) = 25+41+102=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #192966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192966 is #E6D699. Grayscale: #2A2A2A. Windows color (decimal): -15128218 or 6695193. OLE color: 6695193.

HSL color Cylindrical-coordinate representation of color #192966: hue angle of 227.53º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192966 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2541102-
CMYK0.750.6000.6
HSL227.53º60.63%24.9%-
HSV(B)227.53º75.49%40%-
XYZ3.592.7512.91-
YUV43.17161.2115.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=14.88%
G=24.40%
B=60.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25411020.750.6000.6227.5360.6324.9
Hex1929664B3C03Ce43d19
Octal3151146113740743447531
Binary110011010011100110100101111110001111001110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192966; }

 p { color: rgb(25,41,102); }

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

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

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

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

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

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

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