#192F61

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

Shades of Sapphire #192F61

Tints of Sapphire #192F61

Color information

#192F61 (or 0x192F61) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 61. RGB value is (25,47,97). Sum of RGB (Red+Green+Blue) = 25+47+97=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #192F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F61 is #E6D09E. Grayscale: #2D2D2D. Windows color (decimal): -15126687 or 6369049. OLE color: 6369049.

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

Color convert

RGB254797-
CMYK0.740.5200.62
HSL221.67º59.02%23.92%-
HSV(B)221.67º74.23%38.04%-
XYZ3.583.111.72-
YUV46.12156.71112.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=14.79%
G=27.81%
B=57.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2547970.740.5200.62221.6759.0223.92
Hex192F614A3403Ede3b18
Octal3157141112640763367330
Binary110011011111100001100101011010001111101101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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