#192D5D

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

Shades of Sapphire #192D5D

Tints of Sapphire #192D5D

Color information

#192D5D (or 0x192D5D) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 5D. RGB value is (25,45,93). Sum of RGB (Red+Green+Blue) = 25+45+93=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #192D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D5D is #E6D2A2. Grayscale: #2C2C2C. Windows color (decimal): -15127203 or 6106393. OLE color: 6106393.

HSL color Cylindrical-coordinate representation of color #192D5D: hue angle of 222.35º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192D5D is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254593-
CMYK0.730.5200.64
HSL222.35º57.63%23.14%-
HSV(B)222.35º73.12%36.47%-
XYZ3.322.8710.74-
YUV44.49155.37114.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=15.34%
G=27.61%
B=57.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2545930.730.5200.64222.3557.6323.14
Hex192D5D4934040de3a17
Octal31551351116401003367227
Binary1100110110110111011001001110100010000001101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192D5D; }

 p { color: rgb(25,45,93); }

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

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

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

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

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

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

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