#192D75

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

Shades of Sapphire #192D75

Tints of Sapphire #192D75

Color information

#192D75 (or 0x192D75) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 75. RGB value is (25,45,117). Sum of RGB (Red+Green+Blue) = 25+45+117=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #192D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D75 is #E6D28A. Grayscale: #2E2E2E. Windows color (decimal): -15127179 or 7679257. OLE color: 7679257.

HSL color Cylindrical-coordinate representation of color #192D75: hue angle of 226.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192D75 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2545117-
CMYK0.790.6200.54
HSL226.96º64.79%27.84%-
HSV(B)226.96º78.63%45.88%-
XYZ4.553.3717.24-
YUV47.23167.37112.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=13.37%
G=24.06%
B=62.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25451170.790.6200.54226.9664.7927.84
Hex192D754F3E036e3411c
Octal31551651177606634310134
Binary1100110110111101011001111111110011011011100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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