#192D7A

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

Shades of Sapphire #192D7A

Tints of Sapphire #192D7A

Color information

#192D7A (or 0x192D7A) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 7A. RGB value is (25,45,122). Sum of RGB (Red+Green+Blue) = 25+45+122=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #192D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D7A is #E6D285. Grayscale: #2F2F2F. Windows color (decimal): -15127174 or 8006937. OLE color: 8006937.

HSL color Cylindrical-coordinate representation of color #192D7A: hue angle of 227.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192D7A is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2545122-
CMYK0.800.6300.52
HSL227.63º65.99%28.82%-
HSV(B)227.63º79.51%47.84%-
XYZ4.853.4918.83-
YUV47.8169.87111.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 122 (48.05% from 255) = 63.54%
R=13.02%
G=23.44%
B=63.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25451220.800.6300.52227.6365.9928.82
Hex192D7A503F034e4421d
Octal31551721207706434410235
Binary1100110110111110101010000111111011010011100100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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