#193265

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

Shades of Sapphire #193265

Tints of Sapphire #193265

Color information

#193265 (or 0x193265) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 65. RGB value is (25,50,101). Sum of RGB (Red+Green+Blue) = 25+50+101=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #193265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193265 is #E6CD9A. Grayscale: #303030. Windows color (decimal): -15125915 or 6631961. OLE color: 6631961.

HSL color Cylindrical-coordinate representation of color #193265: hue angle of 220.26º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193265 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2550101-
CMYK0.750.5000.60
HSL220.26º60.32%24.71%-
HSV(B)220.26º75.25%39.61%-
XYZ3.893.4312.77-
YUV48.34157.72111.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 101 (39.84% from 255) = 57.39%
R=14.20%
G=28.41%
B=57.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25501010.750.5000.60220.2660.3224.71
Hex1932654B3203Cdc3c19
Octal3162145113620743347431
Binary110011100101100101100101111001001111001101110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193265; }

 p { color: rgb(25,50,101); }

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

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

 a { background-color: rgb(25,50,101); }

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

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

 span { border-color: rgb(25,50,101); }

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