#192564

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

Shades of Sapphire #192564

Tints of Sapphire #192564

Color information

#192564 (or 0x192564) is unknown color: approx Sapphire. HEX triplet: 19, 25 and 64. RGB value is (25,37,100). Sum of RGB (Red+Green+Blue) = 25+37+100=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #192564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192564 is #E6DA9B. Grayscale: #282828. Windows color (decimal): -15129244 or 6563097. OLE color: 6563097.

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

Color convert

RGB2537100-
CMYK0.750.6300.61
HSL230.4º60%24.51%-
HSV(B)230.4º75%39.22%-
XYZ3.362.4512.35-
YUV40.59161.52116.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 100 (39.45% from 255) = 61.73%
R=15.43%
G=22.84%
B=61.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25371000.750.6300.61230.46024.51
Hex1925644B3F03De63c19
Octal3145144113770753467431
Binary110011001011100100100101111111101111011110011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192564; }

 p { color: rgb(25,37,100); }

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

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

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

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

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

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

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