#193064

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

Shades of Sapphire #193064

Tints of Sapphire #193064

Color information

#193064 (or 0x193064) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 64. RGB value is (25,48,100). Sum of RGB (Red+Green+Blue) = 25+48+100=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #193064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193064 is #E6CF9B. Grayscale: #2E2E2E. Windows color (decimal): -15126428 or 6565913. OLE color: 6565913.

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

Color convert

RGB2548100-
CMYK0.750.5200.61
HSL221.6º60%24.51%-
HSV(B)221.6º75%39.22%-
XYZ3.763.2412.48-
YUV47.05157.88112.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=14.45%
G=27.75%
B=57.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25481000.750.5200.61221.66024.51
Hex1930644B3403Dde3c19
Octal3160144113640753367431
Binary110011100001100100100101111010001111011101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193064; }

 p { color: rgb(25,48,100); }

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

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

 a { background-color: rgb(25,48,100); }

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

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

 span { border-color: rgb(25,48,100); }

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