#192F79

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

Shades of Sapphire #192F79

Tints of Sapphire #192F79

Color information

#192F79 (or 0x192F79) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 79. RGB value is (25,47,121). Sum of RGB (Red+Green+Blue) = 25+47+121=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #192F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F79 is #E6D086. Grayscale: #303030. Windows color (decimal): -15126663 or 7941913. OLE color: 7941913.

HSL color Cylindrical-coordinate representation of color #192F79: hue angle of 226.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192F79 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2547121-
CMYK0.790.6100.53
HSL226.25º65.75%28.63%-
HSV(B)226.25º79.34%47.45%-
XYZ4.873.6218.53-
YUV48.86168.71110.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 121 (47.66% from 255) = 62.69%
R=12.95%
G=24.35%
B=62.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25471210.790.6100.53226.2565.7528.63
Hex192F794F3D035e2421d
Octal31571711177506534210235
Binary1100110111111110011001111111101011010111100010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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