#192D5B

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

Shades of Sapphire #192D5B

Tints of Sapphire #192D5B

Color information

#192D5B (or 0x192D5B) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 5B. RGB value is (25,45,91). Sum of RGB (Red+Green+Blue) = 25+45+91=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #192D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D5B is #E6D2A4. Grayscale: #2C2C2C. Windows color (decimal): -15127205 or 5975321. OLE color: 5975321.

HSL color Cylindrical-coordinate representation of color #192D5B: hue angle of 221.82º degrees, saturation: 0.57, 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 #192D5B is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254591-
CMYK0.730.5100.64
HSL221.82º56.9%22.75%-
HSV(B)221.82º72.53%35.69%-
XYZ3.232.8410.28-
YUV44.26154.37114.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=15.53%
G=27.95%
B=56.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2545910.730.5100.64221.8256.922.75
Hex192D5B4933040de3917
Octal31551331116301003367127
Binary1100110110110110111001001110011010000001101111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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