#192F70

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

Shades of Sapphire #192F70

Tints of Sapphire #192F70

Color information

#192F70 (or 0x192F70) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 70. RGB value is (25,47,112). Sum of RGB (Red+Green+Blue) = 25+47+112=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #192F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F70 is #E6D08F. Grayscale: #2F2F2F. Windows color (decimal): -15126672 or 7352089. OLE color: 7352089.

HSL color Cylindrical-coordinate representation of color #192F70: hue angle of 224.83º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192F70 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2547112-
CMYK0.780.5800.56
HSL224.83º63.5%26.86%-
HSV(B)224.83º77.68%43.92%-
XYZ4.343.4115.76-
YUV47.83164.21111.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=13.59%
G=25.54%
B=60.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25471120.780.5800.56224.8363.526.86
Hex192F704E3A038e1401b
Octal31571601167207034110033
Binary1100110111111100001001110111010011100011100001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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