#192866

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

Shades of Sapphire #192866

Tints of Sapphire #192866

Color information

#192866 (or 0x192866) is unknown color: approx Sapphire. HEX triplet: 19, 28 and 66. RGB value is (25,40,102). Sum of RGB (Red+Green+Blue) = 25+40+102=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #192866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192866 is #E6D799. Grayscale: #2A2A2A. Windows color (decimal): -15128474 or 6694937. OLE color: 6694937.

HSL color Cylindrical-coordinate representation of color #192866: hue angle of 228.31º 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 #192866 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2540102-
CMYK0.750.6100.6
HSL228.31º60.63%24.9%-
HSV(B)228.31º75.49%40%-
XYZ3.562.6812.9-
YUV42.58161.53115.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=14.97%
G=23.95%
B=61.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25401020.750.6100.6228.3160.6324.9
Hex1928664B3D03Ce43d19
Octal3150146113750743447531
Binary110011010001100110100101111110101111001110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192866; }

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

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

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

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

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

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

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

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