#192F75

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

Shades of Sapphire #192F75

Tints of Sapphire #192F75

Color information

#192F75 (or 0x192F75) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 75. RGB value is (25,47,117). Sum of RGB (Red+Green+Blue) = 25+47+117=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #192F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F75 is #E6D08A. Grayscale: #303030. Windows color (decimal): -15126667 or 7679769. OLE color: 7679769.

HSL color Cylindrical-coordinate representation of color #192F75: hue angle of 225.65º 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 #192F75 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2547117-
CMYK0.790.6000.54
HSL225.65º64.79%27.84%-
HSV(B)225.65º78.63%45.88%-
XYZ4.633.5217.27-
YUV48.4166.71111.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=13.23%
G=24.87%
B=61.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25471170.790.6000.54225.6564.7927.84
Hex192F754F3C036e2411c
Octal31571651177406634210134
Binary1100110111111101011001111111100011011011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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