#192D70

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

Shades of Sapphire #192D70

Tints of Sapphire #192D70

Color information

#192D70 (or 0x192D70) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 70. RGB value is (25,45,112). Sum of RGB (Red+Green+Blue) = 25+45+112=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #192D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D70 is #E6D28F. Grayscale: #2E2E2E. Windows color (decimal): -15127184 or 7351577. OLE color: 7351577.

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

Color convert

RGB2545112-
CMYK0.780.6000.56
HSL226.21º63.5%26.86%-
HSV(B)226.21º77.68%43.92%-
XYZ4.263.2515.73-
YUV46.66164.87112.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=13.74%
G=24.73%
B=61.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25451120.780.6000.56226.2163.526.86
Hex192D704E3C038e2401b
Octal31551601167407034210033
Binary1100110110111100001001110111100011100011100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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