#192A70

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

Shades of Sapphire #192A70

Tints of Sapphire #192A70

Color information

#192A70 (or 0x192A70) is unknown color: approx Sapphire. HEX triplet: 19, 2A and 70. RGB value is (25,42,112). Sum of RGB (Red+Green+Blue) = 25+42+112=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #192A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A70 is #E6D58F. Grayscale: #2C2C2C. Windows color (decimal): -15127952 or 7350809. OLE color: 7350809.

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

Color convert

RGB2542112-
CMYK0.780.6200.56
HSL228.28º63.5%26.86%-
HSV(B)228.28º77.68%43.92%-
XYZ4.153.0315.7-
YUV44.9165.87113.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=13.97%
G=23.46%
B=62.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25421120.780.6200.56228.2863.526.86
Hex192A704E3E038e4401b
Octal31521601167607034410033
Binary1100110101011100001001110111110011100011100100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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