#192A61

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

Shades of Sapphire #192A61

Tints of Sapphire #192A61

Color information

#192A61 (or 0x192A61) is unknown color: approx Sapphire. HEX triplet: 19, 2A and 61. RGB value is (25,42,97). Sum of RGB (Red+Green+Blue) = 25+42+97=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #192A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A61 is #E6D59E. Grayscale: #2A2A2A. Windows color (decimal): -15127967 or 6367769. OLE color: 6367769.

HSL color Cylindrical-coordinate representation of color #192A61: hue angle of 225.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192A61 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB254297-
CMYK0.740.5700.62
HSL225.83º59.02%23.92%-
HSV(B)225.83º74.23%38.04%-
XYZ3.392.7311.66-
YUV43.19158.37115.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=15.24%
G=25.61%
B=59.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2542970.740.5700.62225.8359.0223.92
Hex192A614A3903Ee23b18
Octal3152141112710763427330
Binary110011010101100001100101011100101111101110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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